Html Css Color HEX #D06FCC Orchid

📋 copy color: '#D06FCC'

red 208 ◦ green 111 ◦ blue 204

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

Shades of Orchid #D06FCC

Tints of Orchid #D06FCC

RGB

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

 GREEN value IS 111 (43.75% from 255) = 21.22%

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

R = 39.77%
G = 21.22%
B = 39.01%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.02

 K value IS 0.18

RGB Variations

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

Color information

#D06FCC (or 0xD06FCC) is known color: Orchid. HEX triplet: D0, 6F and CC. RGB value is (208,111,204). Sum of RGB (Red+Green+Blue) = 208+111+204=523 (69% of max value = 765). Red value is 208 (81.64% from 255 or 39.77% from 523); Green value is 111 (43.75% from 255 or 21.22% from 523); Blue value is 204 (80.08% from 255 or 39.01% from 523); Max value from RGB is 208 - color contains mainly: red. Hex color #D06FCC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D06FCC is #2F9033. Grayscale: #969696. Windows color (decimal): -3117108 or 13397968. OLE color: 13397968.

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

Color convert

RGB 208 111 204 -
CMYK 0 0.47 0.02 0.18
HSL 302.47º 0.51% 0.63% -
HSV(B) 302.47º 0.47% 0.82% -
XYZ 42.6 29.14 60.51 -
YUV 150.61 158.14 168.94 -
System Red Green Blue C M Y K H S L
Decimal 208 111 204 0 0.47 0.02 0.18 302.47 0.51 0.63
Hex D0 6F CC 0 2F 2 12 12E 33 3F
Octal 320 157 314 0 57 2 22 456 63 77
Binary 11010000 1101111 11001100 0 101111 10 10010 100101110 110011 111111

Color Harmonies of #D06FCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D06FCC

Black with #D06FCC

Text Example


Text Example

White with #D06FCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D06FCC; }

 p { color: rgb(208,111,204); }

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

background-color css

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

 a { background-color: rgb(208,111,204); }

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

border-color css

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

 span { border-color: rgb(208,111,204); }

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