Html Css Color HEX #D462DB Orchid

📋 copy color: '#D462DB'

red 212 ◦ green 98 ◦ blue 219

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

Shades of Orchid #D462DB

Tints of Orchid #D462DB

RGB

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

 GREEN value IS 98 (38.67% from 255) = 18.53%

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

R = 40.08%
G = 18.53%
B = 41.4%

CMYK

 C value IS 0.03

 M value IS 0.55

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D462DB (or 0xD462DB) is known color: Orchid. HEX triplet: D4, 62 and DB. RGB value is (212,98,219). Sum of RGB (Red+Green+Blue) = 212+98+219=529 (70% of max value = 765). Red value is 212 (83.20% from 255 or 40.08% from 529); Green value is 98 (38.67% from 255 or 18.53% from 529); Blue value is 219 (85.94% from 255 or 41.40% from 529); Max value from RGB is 219 - color contains mainly: blue. Hex color #D462DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D462DB is #2B9D24. Grayscale: #919191. Windows color (decimal): -2858277 or 14377684. OLE color: 14377684.

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

Color convert

RGB 212 98 219 -
CMYK 0.03 0.55 0 0.14
HSL 296.53º 0.63% 0.62% -
HSV(B) 296.53º 0.55% 0.86% -
XYZ 44.31 27.85 70.06 -
YUV 145.88 169.27 175.16 -
System Red Green Blue C M Y K H S L
Decimal 212 98 219 0.03 0.55 0 0.14 296.53 0.63 0.62
Hex D4 62 DB 3 37 0 E 129 3F 3E
Octal 324 142 333 3 67 0 16 451 77 76
Binary 11010100 1100010 11011011 11 110111 0 1110 100101001 111111 111110

Color Harmonies of #D462DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D462DB

Black with #D462DB

Text Example


Text Example

White with #D462DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D462DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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