Html Css Color HEX #D06CCD Orchid

📋 copy color: '#D06CCD'

red 208 ◦ green 108 ◦ blue 205

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

Shades of Orchid #D06CCD

Tints of Orchid #D06CCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 39.35%

R = 39.92%
G = 20.73%
B = 39.35%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.01

 K value IS 0.18

RGB Variations

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

Color information

#D06CCD (or 0xD06CCD) is known color: Orchid. HEX triplet: D0, 6C and CD. RGB value is (208,108,205). Sum of RGB (Red+Green+Blue) = 208+108+205=521 (69% of max value = 765). Red value is 208 (81.64% from 255 or 39.92% from 521); Green value is 108 (42.58% from 255 or 20.73% from 521); Blue value is 205 (80.47% from 255 or 39.35% from 521); Max value from RGB is 208 - color contains mainly: red. Hex color #D06CCD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D06CCD is #2F9332. Grayscale: #949494. Windows color (decimal): -3117875 or 13462736. OLE color: 13462736.

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

Color convert

RGB 208 108 205 -
CMYK 0 0.48 0.01 0.18
HSL 301.8º 0.52% 0.62% -
HSV(B) 301.8º 0.48% 0.82% -
XYZ 42.39 28.54 61.03 -
YUV 148.96 159.63 170.11 -
System Red Green Blue C M Y K H S L
Decimal 208 108 205 0 0.48 0.01 0.18 301.8 0.52 0.62
Hex D0 6C CD 0 30 1 12 12E 34 3E
Octal 320 154 315 0 60 1 22 456 64 76
Binary 11010000 1101100 11001101 0 110000 1 10010 100101110 110100 111110

Color Harmonies of #D06CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D06CCD

Black with #D06CCD

Text Example


Text Example

White with #D06CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D06CCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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