Html Css Color HEX #D06CC3 Orchid

📋 copy color: '#D06CC3'

red 208 ◦ green 108 ◦ blue 195

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

Shades of Orchid #D06CC3

Tints of Orchid #D06CC3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 38.16%

R = 40.7%
G = 21.14%
B = 38.16%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.06

 K value IS 0.18

RGB Variations

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

Color information

#D06CC3 (or 0xD06CC3) is known color: Orchid. HEX triplet: D0, 6C and C3. RGB value is (208,108,195). Sum of RGB (Red+Green+Blue) = 208+108+195=511 (67% of max value = 765). Red value is 208 (81.64% from 255 or 40.70% from 511); Green value is 108 (42.58% from 255 or 21.14% from 511); Blue value is 195 (76.56% from 255 or 38.16% from 511); Max value from RGB is 208 - color contains mainly: red. Hex color #D06CC3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D06CC3 is #2F933C. Grayscale: #939393. Windows color (decimal): -3117885 or 12807376. OLE color: 12807376.

HSL color Cylindrical-coordinate representation of color #D06CC3: hue angle of 307.8º 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 #D06CC3 is Cyan = 0, Magento = 0.48, Yellow = 0.06 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 108 195 -
CMYK 0 0.48 0.06 0.18
HSL 307.8º 0.52% 0.62% -
HSV(B) 307.8º 0.48% 0.82% -
XYZ 41.23 28.08 54.88 -
YUV 147.82 154.63 170.93 -
System Red Green Blue C M Y K H S L
Decimal 208 108 195 0 0.48 0.06 0.18 307.8 0.52 0.62
Hex D0 6C C3 0 30 6 12 134 34 3E
Octal 320 154 303 0 60 6 22 464 64 76
Binary 11010000 1101100 11000011 0 110000 110 10010 100110100 110100 111110

Color Harmonies of #D06CC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D06CC3

Black with #D06CC3

Text Example


Text Example

White with #D06CC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D06CC3; }

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

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

background-color css

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

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

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

border-color css

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

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

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