Html Css Color HEX #D06CBE Orchid

📋 copy color: '#D06CBE'

red 208 ◦ green 108 ◦ blue 190

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

Shades of Orchid #D06CBE

Tints of Orchid #D06CBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 37.55%

R = 41.11%
G = 21.34%
B = 37.55%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.09

 K value IS 0.18

RGB Variations

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

Color information

#D06CBE (or 0xD06CBE) is known color: Orchid. HEX triplet: D0, 6C and BE. RGB value is (208,108,190). Sum of RGB (Red+Green+Blue) = 208+108+190=506 (67% of max value = 765). Red value is 208 (81.64% from 255 or 41.11% from 506); Green value is 108 (42.58% from 255 or 21.34% from 506); Blue value is 190 (74.61% from 255 or 37.55% from 506); Max value from RGB is 208 - color contains mainly: red. Hex color #D06CBE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D06CBE is #2F9341. Grayscale: #939393. Windows color (decimal): -3117890 or 12479696. OLE color: 12479696.

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

Color convert

RGB 208 108 190 -
CMYK 0 0.48 0.09 0.18
HSL 310.8º 0.52% 0.62% -
HSV(B) 310.8º 0.48% 0.82% -
XYZ 40.67 27.85 51.95 -
YUV 147.25 152.13 171.33 -
System Red Green Blue C M Y K H S L
Decimal 208 108 190 0 0.48 0.09 0.18 310.8 0.52 0.62
Hex D0 6C BE 0 30 9 12 137 34 3E
Octal 320 154 276 0 60 11 22 467 64 76
Binary 11010000 1101100 10111110 0 110000 1001 10010 100110111 110100 111110

Color Harmonies of #D06CBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D06CBE

Black with #D06CBE

Text Example


Text Example

White with #D06CBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D06CBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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