Html Css Color HEX #D463CC Orchid

📋 copy color: '#D463CC'

red 212 ◦ green 99 ◦ blue 204

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

Shades of Orchid #D463CC

Tints of Orchid #D463CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 39.61%

R = 41.17%
G = 19.22%
B = 39.61%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.04

 K value IS 0.17

RGB Variations

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

Color information

#D463CC (or 0xD463CC) is known color: Orchid. HEX triplet: D4, 63 and CC. RGB value is (212,99,204). Sum of RGB (Red+Green+Blue) = 212+99+204=515 (68% of max value = 765). Red value is 212 (83.20% from 255 or 41.17% from 515); Green value is 99 (39.06% from 255 or 19.22% from 515); Blue value is 204 (80.08% from 255 or 39.61% from 515); Max value from RGB is 212 - color contains mainly: red. Hex color #D463CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D463CC is #2B9C33. Grayscale: #909090. Windows color (decimal): -2858036 or 13394900. OLE color: 13394900.

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

Color convert

RGB 212 99 204 -
CMYK 0 0.53 0.04 0.17
HSL 304.25º 0.57% 0.61% -
HSV(B) 304.25º 0.53% 0.83% -
XYZ 42.51 27.28 60.15 -
YUV 144.76 161.44 175.96 -
System Red Green Blue C M Y K H S L
Decimal 212 99 204 0 0.53 0.04 0.17 304.25 0.57 0.61
Hex D4 63 CC 0 35 4 11 130 39 3D
Octal 324 143 314 0 65 4 21 460 71 75
Binary 11010100 1100011 11001100 0 110101 100 10001 100110000 111001 111101

Color Harmonies of #D463CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D463CC

Black with #D463CC

Text Example


Text Example

White with #D463CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D463CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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