Html Css Color HEX #D06FC1 Orchid

📋 copy color: '#D06FC1'

red 208 ◦ green 111 ◦ blue 193

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

Shades of Orchid #D06FC1

Tints of Orchid #D06FC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 37.7%

R = 40.63%
G = 21.68%
B = 37.7%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.07

 K value IS 0.18

RGB Variations

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

Color information

#D06FC1 (or 0xD06FC1) is known color: Orchid. HEX triplet: D0, 6F and C1. RGB value is (208,111,193). Sum of RGB (Red+Green+Blue) = 208+111+193=512 (67% of max value = 765). Red value is 208 (81.64% from 255 or 40.62% from 512); Green value is 111 (43.75% from 255 or 21.68% from 512); Blue value is 193 (75.78% from 255 or 37.70% from 512); Max value from RGB is 208 - color contains mainly: red. Hex color #D06FC1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D06FC1 is #2F903E. Grayscale: #959595. Windows color (decimal): -3117119 or 12677072. OLE color: 12677072.

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

Color convert

RGB 208 111 193 -
CMYK 0 0.47 0.07 0.18
HSL 309.28º 0.51% 0.63% -
HSV(B) 309.28º 0.47% 0.82% -
XYZ 41.32 28.63 53.8 -
YUV 149.35 152.64 169.83 -
System Red Green Blue C M Y K H S L
Decimal 208 111 193 0 0.47 0.07 0.18 309.28 0.51 0.63
Hex D0 6F C1 0 2F 7 12 135 33 3F
Octal 320 157 301 0 57 7 22 465 63 77
Binary 11010000 1101111 11000001 0 101111 111 10010 100110101 110011 111111

Color Harmonies of #D06FC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D06FC1

Black with #D06FC1

Text Example


Text Example

White with #D06FC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D06FC1; }

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

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

background-color css

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

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

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

border-color css

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

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

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