Html Css Color HEX #D463CB Orchid

📋 copy color: '#D463CB'

red 212 ◦ green 99 ◦ blue 203

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

Shades of Orchid #D463CB

Tints of Orchid #D463CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 39.49%

R = 41.25%
G = 19.26%
B = 39.49%

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

#D463CB (or 0xD463CB) is known color: Orchid. HEX triplet: D4, 63 and CB. RGB value is (212,99,203). Sum of RGB (Red+Green+Blue) = 212+99+203=514 (68% of max value = 765). Red value is 212 (83.20% from 255 or 41.25% from 514); Green value is 99 (39.06% from 255 or 19.26% from 514); Blue value is 203 (79.69% from 255 or 39.49% from 514); Max value from RGB is 212 - color contains mainly: red. Hex color #D463CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D463CB is #2B9C34. Grayscale: #909090. Windows color (decimal): -2858037 or 13329364. OLE color: 13329364.

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

Color convert

RGB 212 99 203 -
CMYK 0 0.53 0.04 0.17
HSL 304.78º 0.57% 0.61% -
HSV(B) 304.78º 0.53% 0.83% -
XYZ 42.39 27.23 59.52 -
YUV 144.64 160.94 176.04 -
System Red Green Blue C M Y K H S L
Decimal 212 99 203 0 0.53 0.04 0.17 304.78 0.57 0.61
Hex D4 63 CB 0 35 4 11 131 39 3D
Octal 324 143 313 0 65 4 21 461 71 75
Binary 11010100 1100011 11001011 0 110101 100 10001 100110001 111001 111101

Color Harmonies of #D463CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D463CB

Black with #D463CB

Text Example


Text Example

White with #D463CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D463CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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