Html Css Color HEX #D066CA Orchid

📋 copy color: '#D066CA'

red 208 ◦ green 102 ◦ blue 202

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

Shades of Orchid #D066CA

Tints of Orchid #D066CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 39.45%

R = 40.63%
G = 19.92%
B = 39.45%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.03

 K value IS 0.18

RGB Variations

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

Color information

#D066CA (or 0xD066CA) is known color: Orchid. HEX triplet: D0, 66 and CA. RGB value is (208,102,202). Sum of RGB (Red+Green+Blue) = 208+102+202=512 (67% of max value = 765). Red value is 208 (81.64% from 255 or 40.62% from 512); Green value is 102 (40.23% from 255 or 19.92% from 512); Blue value is 202 (79.30% from 255 or 39.45% from 512); Max value from RGB is 208 - color contains mainly: red. Hex color #D066CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D066CA is #2F9935. Grayscale: #909090. Windows color (decimal): -3119414 or 13264592. OLE color: 13264592.

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

Color convert

RGB 208 102 202 -
CMYK 0 0.51 0.03 0.18
HSL 303.4º 0.53% 0.61% -
HSV(B) 303.4º 0.51% 0.82% -
XYZ 41.42 27.18 58.94 -
YUV 145.09 160.12 172.87 -
System Red Green Blue C M Y K H S L
Decimal 208 102 202 0 0.51 0.03 0.18 303.4 0.53 0.61
Hex D0 66 CA 0 33 3 12 12F 35 3D
Octal 320 146 312 0 63 3 22 457 65 75
Binary 11010000 1100110 11001010 0 110011 11 10010 100101111 110101 111101

Color Harmonies of #D066CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D066CA

Black with #D066CA

Text Example


Text Example

White with #D066CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D066CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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