Html Css Color HEX #D06FC7 Orchid

📋 copy color: '#D06FC7'

red 208 ◦ green 111 ◦ blue 199

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

Shades of Orchid #D06FC7

Tints of Orchid #D06FC7

RGB

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

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

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

R = 40.15%
G = 21.43%
B = 38.42%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.04

 K value IS 0.18

RGB Variations

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

Color information

#D06FC7 (or 0xD06FC7) is known color: Orchid. HEX triplet: D0, 6F and C7. RGB value is (208,111,199). Sum of RGB (Red+Green+Blue) = 208+111+199=518 (68% of max value = 765). Red value is 208 (81.64% from 255 or 40.15% from 518); Green value is 111 (43.75% from 255 or 21.43% from 518); Blue value is 199 (78.12% from 255 or 38.42% from 518); Max value from RGB is 208 - color contains mainly: red. Hex color #D06FC7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D06FC7 is #2F9038. Grayscale: #959595. Windows color (decimal): -3117113 or 13070288. OLE color: 13070288.

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

Color convert

RGB 208 111 199 -
CMYK 0 0.47 0.04 0.18
HSL 305.57º 0.51% 0.63% -
HSV(B) 305.57º 0.47% 0.82% -
XYZ 42.01 28.9 57.4 -
YUV 150.04 155.64 169.34 -
System Red Green Blue C M Y K H S L
Decimal 208 111 199 0 0.47 0.04 0.18 305.57 0.51 0.63
Hex D0 6F C7 0 2F 4 12 132 33 3F
Octal 320 157 307 0 57 4 22 462 63 77
Binary 11010000 1101111 11000111 0 101111 100 10010 100110010 110011 111111

Color Harmonies of #D06FC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D06FC7

Black with #D06FC7

Text Example


Text Example

White with #D06FC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D06FC7; }

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

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

background-color css

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

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

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

border-color css

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

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

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