Html Css Color HEX #DB75CC Orchid

📋 copy color: '#DB75CC'

red 219 ◦ green 117 ◦ blue 204

#DB75CC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Orchid #DB75CC

Tints of Orchid #DB75CC

RGB

 RED value IS 219 (85.94% from 255) = 40.56%

 GREEN value IS 117 (46.09% from 255) = 21.67%

 BLUE value IS 204 (80.08% from 255) = 37.78%

R = 40.56%
G = 21.67%
B = 37.78%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.07

 K value IS 0.14

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#DB75CC (or 0xDB75CC) is known color: Orchid. HEX triplet: DB, 75 and CC. RGB value is (219,117,204). Sum of RGB (Red+Green+Blue) = 219+117+204=540 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.56% from 540); Green value is 117 (46.09% from 255 or 21.67% from 540); Blue value is 204 (80.08% from 255 or 37.78% from 540); Max value from RGB is 219 - color contains mainly: red. Hex color #DB75CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB75CC is #248A33. Grayscale: #9D9D9D. Windows color (decimal): -2394676 or 13399515. OLE color: 13399515.

HSL color Cylindrical-coordinate representation of color #DB75CC: hue angle of 308.82º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DB75CC is Cyan = 0, Magento = 0.47, Yellow = 0.07 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 117 204 -
CMYK 0 0.47 0.07 0.14
HSL 308.82º 0.59% 0.66% -
HSV(B) 308.82º 0.47% 0.86% -
XYZ 46.47 32.14 60.88 -
YUV 157.42 154.29 171.93 -
System Red Green Blue C M Y K H S L
Decimal 219 117 204 0 0.47 0.07 0.14 308.82 0.59 0.66
Hex DB 75 CC 0 2F 7 E 135 3B 42
Octal 333 165 314 0 57 7 16 465 73 102
Binary 11011011 1110101 11001100 0 101111 111 1110 100110101 111011 1000010

Color Harmonies of #DB75CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB75CC

Black with #DB75CC

Text Example


Text Example

White with #DB75CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB75CC; }

 p { color: rgb(219,117,204); }

 H1.HeaderClassName
 {
   color: #DB75CC;
 }
 .AnyTagClassName
 {
   color: #DB75CC;
 }
</style>

background-color css

<style>
 a { background-color: #DB75CC; }

 a { background-color: rgb(219,117,204); }

 div.DivClassName
 {
   background-color: #DB75CC;
 }
 .BgClassName
 {
   background-color: #DB75CC;
 }
</style>

border-color css

<style>
 span { border-color: #DB75CC; }

 span { border-color: rgb(219,117,204); }

 td.TdClassName
 {
   border-color: #DB75CC;
 }
 .TagClassName
 {
   border-color: #DB75CC;
 }
</style>