Html Css Color HEX #D463E2 Orchid

📋 copy color: '#D463E2'

red 212 ◦ green 99 ◦ blue 226

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

Shades of Orchid #D463E2

Tints of Orchid #D463E2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 42.09%

R = 39.48%
G = 18.44%
B = 42.09%

CMYK

 C value IS 0.06

 M value IS 0.56

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#D463E2 (or 0xD463E2) is known color: Orchid. HEX triplet: D4, 63 and E2. RGB value is (212,99,226). Sum of RGB (Red+Green+Blue) = 212+99+226=537 (71% of max value = 765). Red value is 212 (83.20% from 255 or 39.48% from 537); Green value is 99 (39.06% from 255 or 18.44% from 537); Blue value is 226 (88.67% from 255 or 42.09% from 537); Max value from RGB is 226 - color contains mainly: blue. Hex color #D463E2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D463E2 is #2B9C1D. Grayscale: #929292. Windows color (decimal): -2858014 or 14836692. OLE color: 14836692.

HSL color Cylindrical-coordinate representation of color #D463E2: hue angle of 293.39º degrees, saturation: 0.69, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D463E2 is Cyan = 0.06, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 212 99 226 -
CMYK 0.06 0.56 0 0.11
HSL 293.39º 0.69% 0.64% -
HSV(B) 293.39º 0.56% 0.89% -
XYZ 45.34 28.41 75.05 -
YUV 147.27 172.44 174.17 -
System Red Green Blue C M Y K H S L
Decimal 212 99 226 0.06 0.56 0 0.11 293.39 0.69 0.64
Hex D4 63 E2 6 38 0 B 125 45 40
Octal 324 143 342 6 70 0 13 445 105 100
Binary 11010100 1100011 11100010 110 111000 0 1011 100100101 1000101 1000000

Color Harmonies of #D463E2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D463E2

Black with #D463E2

Text Example


Text Example

White with #D463E2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D463E2; }

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

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

background-color css

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

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

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

border-color css

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

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

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