Html Css Color HEX #D066CD Orchid

📋 copy color: '#D066CD'

red 208 ◦ green 102 ◦ blue 205

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

Shades of Orchid #D066CD

Tints of Orchid #D066CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 39.81%

R = 40.39%
G = 19.81%
B = 39.81%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.01

 K value IS 0.18

RGB Variations

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

Color information

#D066CD (or 0xD066CD) is known color: Orchid. HEX triplet: D0, 66 and CD. RGB value is (208,102,205). Sum of RGB (Red+Green+Blue) = 208+102+205=515 (68% of max value = 765). Red value is 208 (81.64% from 255 or 40.39% from 515); Green value is 102 (40.23% from 255 or 19.81% from 515); Blue value is 205 (80.47% from 255 or 39.81% from 515); Max value from RGB is 208 - color contains mainly: red. Hex color #D066CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D066CD is #2F9932. Grayscale: #919191. Windows color (decimal): -3119411 or 13461200. OLE color: 13461200.

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

Color convert

RGB 208 102 205 -
CMYK 0 0.51 0.01 0.18
HSL 301.7º 0.53% 0.61% -
HSV(B) 301.7º 0.51% 0.82% -
XYZ 41.78 27.32 60.83 -
YUV 145.44 161.62 172.62 -
System Red Green Blue C M Y K H S L
Decimal 208 102 205 0 0.51 0.01 0.18 301.7 0.53 0.61
Hex D0 66 CD 0 33 1 12 12E 35 3D
Octal 320 146 315 0 63 1 22 456 65 75
Binary 11010000 1100110 11001101 0 110011 1 10010 100101110 110101 111101

Color Harmonies of #D066CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D066CD

Black with #D066CD

Text Example


Text Example

White with #D066CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D066CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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