Html Css Color HEX #D466DE Orchid

📋 copy color: '#D466DE'

red 212 ◦ green 102 ◦ blue 222

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

Shades of Orchid #D466DE

Tints of Orchid #D466DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 41.42%

R = 39.55%
G = 19.03%
B = 41.42%

CMYK

 C value IS 0.05

 M value IS 0.54

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D466DE (or 0xD466DE) is known color: Orchid. HEX triplet: D4, 66 and DE. RGB value is (212,102,222). Sum of RGB (Red+Green+Blue) = 212+102+222=536 (70% of max value = 765). Red value is 212 (83.20% from 255 or 39.55% from 536); Green value is 102 (40.23% from 255 or 19.03% from 536); Blue value is 222 (87.11% from 255 or 41.42% from 536); Max value from RGB is 222 - color contains mainly: blue. Hex color #D466DE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D466DE is #2B9921. Grayscale: #949494. Windows color (decimal): -2857250 or 14575316. OLE color: 14575316.

HSL color Cylindrical-coordinate representation of color #D466DE: hue angle of 295º degrees, saturation: 0.65, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D466DE is Cyan = 0.05, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 212 102 222 -
CMYK 0.05 0.54 0 0.13
HSL 295º 0.65% 0.64% -
HSV(B) 295º 0.54% 0.87% -
XYZ 45.09 28.77 72.28 -
YUV 148.57 169.44 173.24 -
System Red Green Blue C M Y K H S L
Decimal 212 102 222 0.05 0.54 0 0.13 295 0.65 0.64
Hex D4 66 DE 5 36 0 D 127 41 40
Octal 324 146 336 5 66 0 15 447 101 100
Binary 11010100 1100110 11011110 101 110110 0 1101 100100111 1000001 1000000

Color Harmonies of #D466DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D466DE

Black with #D466DE

Text Example


Text Example

White with #D466DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D466DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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