Html Css Color HEX #D06CCB Orchid

📋 copy color: '#D06CCB'

red 208 ◦ green 108 ◦ blue 203

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

Shades of Orchid #D06CCB

Tints of Orchid #D06CCB

RGB

 RED value IS 208 (81.64% from 255) = 40.08%

 GREEN value IS 108 (42.58% from 255) = 20.81%

 BLUE value IS 203 (79.69% from 255) = 39.11%

R = 40.08%
G = 20.81%
B = 39.11%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.02

 K value IS 0.18

RGB Variations

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

Color information

#D06CCB (or 0xD06CCB) is known color: Orchid. HEX triplet: D0, 6C and CB. RGB value is (208,108,203). Sum of RGB (Red+Green+Blue) = 208+108+203=519 (68% of max value = 765). Red value is 208 (81.64% from 255 or 40.08% from 519); Green value is 108 (42.58% from 255 or 20.81% from 519); Blue value is 203 (79.69% from 255 or 39.11% from 519); Max value from RGB is 208 - color contains mainly: red. Hex color #D06CCB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D06CCB is #2F9334. Grayscale: #949494. Windows color (decimal): -3117877 or 13331664. OLE color: 13331664.

HSL color Cylindrical-coordinate representation of color #D06CCB: hue angle of 303º degrees, saturation: 0.52, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D06CCB is Cyan = 0, Magento = 0.48, Yellow = 0.02 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 108 203 -
CMYK 0 0.48 0.02 0.18
HSL 303º 0.52% 0.62% -
HSV(B) 303º 0.48% 0.82% -
XYZ 42.15 28.45 59.77 -
YUV 148.73 158.63 170.28 -
System Red Green Blue C M Y K H S L
Decimal 208 108 203 0 0.48 0.02 0.18 303 0.52 0.62
Hex D0 6C CB 0 30 2 12 12F 34 3E
Octal 320 154 313 0 60 2 22 457 64 76
Binary 11010000 1101100 11001011 0 110000 10 10010 100101111 110100 111110

Color Harmonies of #D06CCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D06CCB

Black with #D06CCB

Text Example


Text Example

White with #D06CCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D06CCB; }

 p { color: rgb(208,108,203); }

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

background-color css

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

 a { background-color: rgb(208,108,203); }

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

border-color css

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

 span { border-color: rgb(208,108,203); }

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