Html Css Color HEX #D463C9 Orchid

📋 copy color: '#D463C9'

red 212 ◦ green 99 ◦ blue 201

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

Shades of Orchid #D463C9

Tints of Orchid #D463C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 39.26%

R = 41.41%
G = 19.34%
B = 39.26%

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

#D463C9 (or 0xD463C9) is known color: Orchid. HEX triplet: D4, 63 and C9. RGB value is (212,99,201). Sum of RGB (Red+Green+Blue) = 212+99+201=512 (67% of max value = 765). Red value is 212 (83.20% from 255 or 41.41% from 512); Green value is 99 (39.06% from 255 or 19.34% from 512); Blue value is 201 (78.91% from 255 or 39.26% from 512); Max value from RGB is 212 - color contains mainly: red. Hex color #D463C9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D463C9 is #2B9C36. Grayscale: #909090. Windows color (decimal): -2858039 or 13198292. OLE color: 13198292.

HSL color Cylindrical-coordinate representation of color #D463C9: hue angle of 305.84º 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 #D463C9 is Cyan = 0, Magento = 0.53, Yellow = 0.05 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 99 201 -
CMYK 0 0.53 0.05 0.17
HSL 305.84º 0.57% 0.61% -
HSV(B) 305.84º 0.53% 0.83% -
XYZ 42.16 27.14 58.27 -
YUV 144.42 159.94 176.21 -
System Red Green Blue C M Y K H S L
Decimal 212 99 201 0 0.53 0.05 0.17 305.84 0.57 0.61
Hex D4 63 C9 0 35 5 11 132 39 3D
Octal 324 143 311 0 65 5 21 462 71 75
Binary 11010100 1100011 11001001 0 110101 101 10001 100110010 111001 111101

Color Harmonies of #D463C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D463C9

Black with #D463C9

Text Example


Text Example

White with #D463C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D463C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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