Html Css Color HEX #D462DC Orchid

📋 copy color: '#D462DC'

red 212 ◦ green 98 ◦ blue 220

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

Shades of Orchid #D462DC

Tints of Orchid #D462DC

RGB

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

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

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

R = 40%
G = 18.49%
B = 41.51%

CMYK

 C value IS 0.04

 M value IS 0.55

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D462DC (or 0xD462DC) is known color: Orchid. HEX triplet: D4, 62 and DC. RGB value is (212,98,220). Sum of RGB (Red+Green+Blue) = 212+98+220=530 (70% of max value = 765). Red value is 212 (83.20% from 255 or 40% from 530); Green value is 98 (38.67% from 255 or 18.49% from 530); Blue value is 220 (86.33% from 255 or 41.51% from 530); Max value from RGB is 220 - color contains mainly: blue. Hex color #D462DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D462DC is #2B9D23. Grayscale: #919191. Windows color (decimal): -2858276 or 14443220. OLE color: 14443220.

HSL color Cylindrical-coordinate representation of color #D462DC: hue angle of 296.07º degrees, saturation: 0.64, 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 #D462DC is Cyan = 0.04, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 212 98 220 -
CMYK 0.04 0.55 0 0.14
HSL 296.07º 0.64% 0.62% -
HSV(B) 296.07º 0.55% 0.86% -
XYZ 44.44 27.9 70.75 -
YUV 145.99 169.77 175.08 -
System Red Green Blue C M Y K H S L
Decimal 212 98 220 0.04 0.55 0 0.14 296.07 0.64 0.62
Hex D4 62 DC 4 37 0 E 128 40 3E
Octal 324 142 334 4 67 0 16 450 100 76
Binary 11010100 1100010 11011100 100 110111 0 1110 100101000 1000000 111110

Color Harmonies of #D462DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D462DC

Black with #D462DC

Text Example


Text Example

White with #D462DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D462DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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