Html Css Color HEX #D066D4 Orchid

📋 copy color: '#D066D4'

red 208 ◦ green 102 ◦ blue 212

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

Shades of Orchid #D066D4

Tints of Orchid #D066D4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 40.61%

R = 39.85%
G = 19.54%
B = 40.61%

CMYK

 C value IS 0.02

 M value IS 0.52

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#D066D4 (or 0xD066D4) is known color: Orchid. HEX triplet: D0, 66 and D4. RGB value is (208,102,212). Sum of RGB (Red+Green+Blue) = 208+102+212=522 (69% of max value = 765). Red value is 208 (81.64% from 255 or 39.85% from 522); Green value is 102 (40.23% from 255 or 19.54% from 522); Blue value is 212 (83.20% from 255 or 40.61% from 522); Max value from RGB is 212 - color contains mainly: blue. Hex color #D066D4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D066D4 is #2F992B. Grayscale: #919191. Windows color (decimal): -3119404 or 13919952. OLE color: 13919952.

HSL color Cylindrical-coordinate representation of color #D066D4: hue angle of 297.82º degrees, saturation: 0.56, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D066D4 is Cyan = 0.02, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 208 102 212 -
CMYK 0.02 0.52 0 0.17
HSL 297.82º 0.56% 0.62% -
HSV(B) 297.82º 0.52% 0.83% -
XYZ 42.65 27.67 65.38 -
YUV 146.23 165.12 172.06 -
System Red Green Blue C M Y K H S L
Decimal 208 102 212 0.02 0.52 0 0.17 297.82 0.56 0.62
Hex D0 66 D4 2 34 0 11 12A 38 3E
Octal 320 146 324 2 64 0 21 452 70 76
Binary 11010000 1100110 11010100 10 110100 0 10001 100101010 111000 111110

Color Harmonies of #D066D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D066D4

Black with #D066D4

Text Example


Text Example

White with #D066D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D066D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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