Html Css Color HEX #D463CA Orchid

📋 copy color: '#D463CA'

red 212 ◦ green 99 ◦ blue 202

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

Shades of Orchid #D463CA

Tints of Orchid #D463CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 39.38%

R = 41.33%
G = 19.3%
B = 39.38%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.05

 K value IS 0.17

RGB Variations

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

Color information

#D463CA (or 0xD463CA) is known color: Orchid. HEX triplet: D4, 63 and CA. RGB value is (212,99,202). Sum of RGB (Red+Green+Blue) = 212+99+202=513 (67% of max value = 765). Red value is 212 (83.20% from 255 or 41.33% from 513); Green value is 99 (39.06% from 255 or 19.30% from 513); Blue value is 202 (79.30% from 255 or 39.38% from 513); Max value from RGB is 212 - color contains mainly: red. Hex color #D463CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D463CA is #2B9C35. Grayscale: #909090. Windows color (decimal): -2858038 or 13263828. OLE color: 13263828.

HSL color Cylindrical-coordinate representation of color #D463CA: hue angle of 305.31º degrees, saturation: 0.57, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D463CA is Cyan = 0, Magento = 0.53, Yellow = 0.05 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 99 202 -
CMYK 0 0.53 0.05 0.17
HSL 305.31º 0.57% 0.61% -
HSV(B) 305.31º 0.53% 0.83% -
XYZ 42.27 27.19 58.9 -
YUV 144.53 160.44 176.12 -
System Red Green Blue C M Y K H S L
Decimal 212 99 202 0 0.53 0.05 0.17 305.31 0.57 0.61
Hex D4 63 CA 0 35 5 11 131 39 3D
Octal 324 143 312 0 65 5 21 461 71 75
Binary 11010100 1100011 11001010 0 110101 101 10001 100110001 111001 111101

Color Harmonies of #D463CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D463CA

Black with #D463CA

Text Example


Text Example

White with #D463CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D463CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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