Html Css Color HEX #D466DC Orchid

📋 copy color: '#D466DC'

red 212 ◦ green 102 ◦ blue 220

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

Shades of Orchid #D466DC

Tints of Orchid #D466DC

RGB

 RED value IS 212 (83.2% from 255) = 39.7%

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

 BLUE value IS 220 (86.33% from 255) = 41.2%

R = 39.7%
G = 19.1%
B = 41.2%

CMYK

 C value IS 0.04

 M value IS 0.54

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D466DC (or 0xD466DC) is known color: Orchid. HEX triplet: D4, 66 and DC. RGB value is (212,102,220). Sum of RGB (Red+Green+Blue) = 212+102+220=534 (70% of max value = 765). Red value is 212 (83.20% from 255 or 39.70% from 534); Green value is 102 (40.23% from 255 or 19.10% from 534); Blue value is 220 (86.33% from 255 or 41.20% from 534); Max value from RGB is 220 - color contains mainly: blue. Hex color #D466DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D466DC is #2B9923. Grayscale: #939393. Windows color (decimal): -2857252 or 14444244. OLE color: 14444244.

HSL color Cylindrical-coordinate representation of color #D466DC: hue angle of 295.93º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D466DC is Cyan = 0.04, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 212 102 220 -
CMYK 0.04 0.54 0 0.14
HSL 295.93º 0.63% 0.63% -
HSV(B) 295.93º 0.54% 0.86% -
XYZ 44.82 28.67 70.88 -
YUV 148.34 168.44 173.41 -
System Red Green Blue C M Y K H S L
Decimal 212 102 220 0.04 0.54 0 0.14 295.93 0.63 0.63
Hex D4 66 DC 4 36 0 E 128 3F 3F
Octal 324 146 334 4 66 0 16 450 77 77
Binary 11010100 1100110 11011100 100 110110 0 1110 100101000 111111 111111

Color Harmonies of #D466DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D466DC

Black with #D466DC

Text Example


Text Example

White with #D466DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D466DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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