Html Css Color HEX #D066CF Orchid

📋 copy color: '#D066CF'

red 208 ◦ green 102 ◦ blue 207

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

Shades of Orchid #D066CF

Tints of Orchid #D066CF

RGB

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

 GREEN value IS 102 (40.23% from 255) = 19.73%

 BLUE value IS 207 (81.25% from 255) = 40.04%

R = 40.23%
G = 19.73%
B = 40.04%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.00

 K value IS 0.18

RGB Variations

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

Color information

#D066CF (or 0xD066CF) is known color: Orchid. HEX triplet: D0, 66 and CF. RGB value is (208,102,207). Sum of RGB (Red+Green+Blue) = 208+102+207=517 (68% of max value = 765). Red value is 208 (81.64% from 255 or 40.23% from 517); Green value is 102 (40.23% from 255 or 19.73% from 517); Blue value is 207 (81.25% from 255 or 40.04% from 517); Max value from RGB is 208 - color contains mainly: red. Hex color #D066CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D066CF is #2F9930. Grayscale: #919191. Windows color (decimal): -3119409 or 13592272. OLE color: 13592272.

HSL color Cylindrical-coordinate representation of color #D066CF: hue angle of 300.57º degrees, saturation: 0.53, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D066CF is Cyan = 0, Magento = 0.51, Yellow = 0.00 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 102 207 -
CMYK 0 0.51 0.00 0.18
HSL 300.57º 0.53% 0.61% -
HSV(B) 300.57º 0.51% 0.82% -
XYZ 42.03 27.42 62.11 -
YUV 145.66 162.62 172.46 -
System Red Green Blue C M Y K H S L
Decimal 208 102 207 0 0.51 0.00 0.18 300.57 0.53 0.61
Hex D0 66 CF 0 33 0 12 12D 35 3D
Octal 320 146 317 0 63 0 22 455 65 75
Binary 11010000 1100110 11001111 0 110011 0 10010 100101101 110101 111101

Color Harmonies of #D066CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D066CF

Black with #D066CF

Text Example


Text Example

White with #D066CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D066CF; }

 p { color: rgb(208,102,207); }

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

background-color css

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

 a { background-color: rgb(208,102,207); }

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

border-color css

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

 span { border-color: rgb(208,102,207); }

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