Html Css Color HEX #D463DC Orchid

📋 copy color: '#D463DC'

red 212 ◦ green 99 ◦ blue 220

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

Shades of Orchid #D463DC

Tints of Orchid #D463DC

RGB

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

 GREEN value IS 99 (39.06% from 255) = 18.64%

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

R = 39.92%
G = 18.64%
B = 41.43%

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

#D463DC (or 0xD463DC) is known color: Orchid. HEX triplet: D4, 63 and DC. RGB value is (212,99,220). Sum of RGB (Red+Green+Blue) = 212+99+220=531 (70% of max value = 765). Red value is 212 (83.20% from 255 or 39.92% from 531); Green value is 99 (39.06% from 255 or 18.64% from 531); Blue value is 220 (86.33% from 255 or 41.43% from 531); Max value from RGB is 220 - color contains mainly: blue. Hex color #D463DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D463DC is #2B9C23. Grayscale: #929292. Windows color (decimal): -2858020 or 14443476. OLE color: 14443476.

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

Color convert

RGB 212 99 220 -
CMYK 0.04 0.55 0 0.14
HSL 296.03º 0.63% 0.63% -
HSV(B) 296.03º 0.55% 0.86% -
XYZ 44.53 28.09 70.78 -
YUV 146.58 169.44 174.66 -
System Red Green Blue C M Y K H S L
Decimal 212 99 220 0.04 0.55 0 0.14 296.03 0.63 0.63
Hex D4 63 DC 4 37 0 E 128 3F 3F
Octal 324 143 334 4 67 0 16 450 77 77
Binary 11010100 1100011 11011100 100 110111 0 1110 100101000 111111 111111

Color Harmonies of #D463DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D463DC

Black with #D463DC

Text Example


Text Example

White with #D463DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D463DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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