Html Css Color HEX #D06BC7 Orchid

📋 copy color: '#D06BC7'

red 208 ◦ green 107 ◦ blue 199

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

Shades of Orchid #D06BC7

Tints of Orchid #D06BC7

RGB

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

 GREEN value IS 107 (42.19% from 255) = 20.82%

 BLUE value IS 199 (78.13% from 255) = 38.72%

R = 40.47%
G = 20.82%
B = 38.72%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.04

 K value IS 0.18

RGB Variations

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

Color information

#D06BC7 (or 0xD06BC7) is known color: Orchid. HEX triplet: D0, 6B and C7. RGB value is (208,107,199). Sum of RGB (Red+Green+Blue) = 208+107+199=514 (68% of max value = 765). Red value is 208 (81.64% from 255 or 40.47% from 514); Green value is 107 (42.19% from 255 or 20.82% from 514); Blue value is 199 (78.12% from 255 or 38.72% from 514); Max value from RGB is 208 - color contains mainly: red. Hex color #D06BC7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D06BC7 is #2F9438. Grayscale: #939393. Windows color (decimal): -3118137 or 13069264. OLE color: 13069264.

HSL color Cylindrical-coordinate representation of color #D06BC7: hue angle of 305.35º degrees, saturation: 0.52, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D06BC7 is Cyan = 0, Magento = 0.49, Yellow = 0.04 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 107 199 -
CMYK 0 0.49 0.04 0.18
HSL 305.35º 0.52% 0.62% -
HSV(B) 305.35º 0.49% 0.82% -
XYZ 41.58 28.05 57.26 -
YUV 147.69 156.96 171.02 -
System Red Green Blue C M Y K H S L
Decimal 208 107 199 0 0.49 0.04 0.18 305.35 0.52 0.62
Hex D0 6B C7 0 31 4 12 131 34 3E
Octal 320 153 307 0 61 4 22 461 64 76
Binary 11010000 1101011 11000111 0 110001 100 10010 100110001 110100 111110

Color Harmonies of #D06BC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D06BC7

Black with #D06BC7

Text Example


Text Example

White with #D06BC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D06BC7; }

 p { color: rgb(208,107,199); }

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

background-color css

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

 a { background-color: rgb(208,107,199); }

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

border-color css

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

 span { border-color: rgb(208,107,199); }

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