Html Css Color HEX #D466DB Orchid

📋 copy color: '#D466DB'

red 212 ◦ green 102 ◦ blue 219

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

Shades of Orchid #D466DB

Tints of Orchid #D466DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 41.09%

R = 39.77%
G = 19.14%
B = 41.09%

CMYK

 C value IS 0.03

 M value IS 0.53

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D466DB (or 0xD466DB) is known color: Orchid. HEX triplet: D4, 66 and DB. RGB value is (212,102,219). Sum of RGB (Red+Green+Blue) = 212+102+219=533 (70% of max value = 765). Red value is 212 (83.20% from 255 or 39.77% from 533); Green value is 102 (40.23% from 255 or 19.14% from 533); Blue value is 219 (85.94% from 255 or 41.09% from 533); Max value from RGB is 219 - color contains mainly: blue. Hex color #D466DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D466DB is #2B9924. Grayscale: #939393. Windows color (decimal): -2857253 or 14378708. OLE color: 14378708.

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

Color convert

RGB 212 102 219 -
CMYK 0.03 0.53 0 0.14
HSL 296.41º 0.62% 0.63% -
HSV(B) 296.41º 0.53% 0.86% -
XYZ 44.69 28.61 70.19 -
YUV 148.23 167.94 173.49 -
System Red Green Blue C M Y K H S L
Decimal 212 102 219 0.03 0.53 0 0.14 296.41 0.62 0.63
Hex D4 66 DB 3 35 0 E 128 3E 3F
Octal 324 146 333 3 65 0 16 450 76 77
Binary 11010100 1100110 11011011 11 110101 0 1110 100101000 111110 111111

Color Harmonies of #D466DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D466DB

Black with #D466DB

Text Example


Text Example

White with #D466DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D466DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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