Html Css Color HEX #D06CCA Orchid

📋 copy color: '#D06CCA'

red 208 ◦ green 108 ◦ blue 202

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

Shades of Orchid #D06CCA

Tints of Orchid #D06CCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 39%

R = 40.15%
G = 20.85%
B = 39%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.03

 K value IS 0.18

RGB Variations

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

Color information

#D06CCA (or 0xD06CCA) is known color: Orchid. HEX triplet: D0, 6C and CA. RGB value is (208,108,202). Sum of RGB (Red+Green+Blue) = 208+108+202=518 (68% of max value = 765). Red value is 208 (81.64% from 255 or 40.15% from 518); Green value is 108 (42.58% from 255 or 20.85% from 518); Blue value is 202 (79.30% from 255 or 39.00% from 518); Max value from RGB is 208 - color contains mainly: red. Hex color #D06CCA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D06CCA is #2F9335. Grayscale: #949494. Windows color (decimal): -3117878 or 13266128. OLE color: 13266128.

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

Color convert

RGB 208 108 202 -
CMYK 0 0.48 0.03 0.18
HSL 303.6º 0.52% 0.62% -
HSV(B) 303.6º 0.48% 0.82% -
XYZ 42.04 28.4 59.14 -
YUV 148.62 158.13 170.36 -
System Red Green Blue C M Y K H S L
Decimal 208 108 202 0 0.48 0.03 0.18 303.6 0.52 0.62
Hex D0 6C CA 0 30 3 12 130 34 3E
Octal 320 154 312 0 60 3 22 460 64 76
Binary 11010000 1101100 11001010 0 110000 11 10010 100110000 110100 111110

Color Harmonies of #D06CCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D06CCA

Black with #D06CCA

Text Example


Text Example

White with #D06CCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D06CCA; }

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

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

background-color css

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

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

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

border-color css

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

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

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