#c35cd4

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

Shades of Medium Orchid #C35CD4

Tints of Medium Orchid #C35CD4

Color information

#C35CD4 (or 0xC35CD4) is unknown color: approx Medium Orchid. HEX triplet: C3, 5C and D4. RGB value is (195,92,212). Sum of RGB (Red+Green+Blue) = 195+92+212=499 (66% of max value = 765). Red value is 195 (76.56% from 255 or 39.08% from 499); Green value is 92 (36.33% from 255 or 18.44% from 499); Blue value is 212 (83.20% from 255 or 42.48% from 499); Max value from RGB is 212 - color contains mainly: blue. Hex color #C35CD4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C35CD4 is #3CA32B. Grayscale: #888888. Windows color (decimal): -3973932 or 13917379. OLE color: 13917379.

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

Color convert

RGB19592212-
CMYK0.080.5700.17
HSL291.5º58.25%59.61%-
HSV(B)291.5º56.6%83.14%-
XYZ38.2224.0164.91-
YUV136.48170.62169.74-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 39.08%
GREEN value IS 92 (36.33% from 255) = 18.44%
BLUE value IS 212 (83.20% from 255) = 42.48%
R=39.08%
G=18.44%
B=42.48%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal195922120.080.5700.17291.558.2559.61
HexC35CD48390111243a3c
Octal30313432410710214447274
Binary110000111011100110101001000111001010001100100100111010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c35cd4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c35cd4; }

 p { color: rgb(195,92,212); }

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

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

 a { background-color: rgb(195,92,212); }

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

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

 span { border-color: rgb(195,92,212); }

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