#C462CD

Color #C462CD Medium Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Orchid #C462CD

Tints of Medium Orchid #C462CD

Color information

#C462CD (or 0xC462CD) is unknown color: approx Medium Orchid. HEX triplet: C4, 62 and CD. RGB value is (196,98,205). Sum of RGB (Red+Green+Blue) = 196+98+205=499 (66% of max value = 765). Red value is 196 (76.95% from 255 or 39.28% from 499); Green value is 98 (38.67% from 255 or 19.64% from 499); Blue value is 205 (80.47% from 255 or 41.08% from 499); Max value from RGB is 205 - color contains mainly: blue. Hex color #C462CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C462CD is #3B9D32. Grayscale: #8B8B8B. Windows color (decimal): -3906867 or 13460164. OLE color: 13460164.

HSL color Cylindrical-coordinate representation of color #C462CD: hue angle of 294.95º degrees, saturation: 0.52, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C462CD is Cyan = 0.04, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB19698205-
CMYK0.040.5200.20
HSL294.95º51.69%59.41%-
HSV(B)294.95º52.2%80.39%-
XYZ38.1524.8860.55-
YUV139.5164.97168.3-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 39.28%
GREEN value IS 98 (38.67% from 255) = 19.64%
BLUE value IS 205 (80.47% from 255) = 41.08%
R=39.28%
G=19.64%
B=41.08%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal196982050.040.5200.20294.9551.6959.41
HexC462CD434014127343b
Octal3041423154640244476473
Binary11000100110001011001101100110100010100100100111110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C462CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C462CD; }

 p { color: rgb(196,98,205); }

 H1.HeaderClassName
 {
   color: #C462CD;
 }
 .AnyTagClassName
 {
   color: #C462CD;
 }
</style>
background-color css

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

 a { background-color: rgb(196,98,205); }

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

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

 span { border-color: rgb(196,98,205); }

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