Html Css Color HEX #D06FCE Orchid

📋 copy color: '#D06FCE'

red 208 ◦ green 111 ◦ blue 206

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

Shades of Orchid #D06FCE

Tints of Orchid #D06FCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 39.24%

R = 39.62%
G = 21.14%
B = 39.24%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.01

 K value IS 0.18

RGB Variations

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

Color information

#D06FCE (or 0xD06FCE) is known color: Orchid. HEX triplet: D0, 6F and CE. RGB value is (208,111,206). Sum of RGB (Red+Green+Blue) = 208+111+206=525 (69% of max value = 765). Red value is 208 (81.64% from 255 or 39.62% from 525); Green value is 111 (43.75% from 255 or 21.14% from 525); Blue value is 206 (80.86% from 255 or 39.24% from 525); Max value from RGB is 208 - color contains mainly: red. Hex color #D06FCE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D06FCE is #2F9031. Grayscale: #969696. Windows color (decimal): -3117106 or 13529040. OLE color: 13529040.

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

Color convert

RGB 208 111 206 -
CMYK 0 0.47 0.01 0.18
HSL 301.24º 0.51% 0.63% -
HSV(B) 301.24º 0.47% 0.82% -
XYZ 42.84 29.24 61.78 -
YUV 150.83 159.14 168.78 -
System Red Green Blue C M Y K H S L
Decimal 208 111 206 0 0.47 0.01 0.18 301.24 0.51 0.63
Hex D0 6F CE 0 2F 1 12 12D 33 3F
Octal 320 157 316 0 57 1 22 455 63 77
Binary 11010000 1101111 11001110 0 101111 1 10010 100101101 110011 111111

Color Harmonies of #D06FCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D06FCE

Black with #D06FCE

Text Example


Text Example

White with #D06FCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D06FCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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