Html Css Color HEX #C35DCD Medium Orchid

📋 copy color: '#C35DCD'

red 195 ◦ green 93 ◦ blue 205

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

Shades of Medium Orchid #C35DCD

Tints of Medium Orchid #C35DCD

RGB

 RED value IS 195 (76.56% from 255) = 39.55%

 GREEN value IS 93 (36.72% from 255) = 18.86%

 BLUE value IS 205 (80.47% from 255) = 41.58%

R = 39.55%
G = 18.86%
B = 41.58%

CMYK

 C value IS 0.05

 M value IS 0.55

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C35DCD (or 0xC35DCD) is known color: Medium Orchid. HEX triplet: C3, 5D and CD. RGB value is (195,93,205). Sum of RGB (Red+Green+Blue) = 195+93+205=493 (65% of max value = 765). Red value is 195 (76.56% from 255 or 39.55% from 493); Green value is 93 (36.72% from 255 or 18.86% from 493); Blue value is 205 (80.47% from 255 or 41.58% from 493); Max value from RGB is 205 - color contains mainly: blue. Hex color #C35DCD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C35DCD is #3CA232. Grayscale: #878787. Windows color (decimal): -3973683 or 13458883. OLE color: 13458883.

HSL color Cylindrical-coordinate representation of color #C35DCD: hue angle of 294.64º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C35DCD is Cyan = 0.05, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 195 93 205 -
CMYK 0.05 0.55 0 0.20
HSL 294.64º 0.53% 0.58% -
HSV(B) 294.64º 0.55% 0.8% -
XYZ 37.44 23.84 60.39 -
YUV 136.27 166.79 169.89 -
System Red Green Blue C M Y K H S L
Decimal 195 93 205 0.05 0.55 0 0.20 294.64 0.53 0.58
Hex C3 5D CD 5 37 0 14 127 35 3A
Octal 303 135 315 5 67 0 24 447 65 72
Binary 11000011 1011101 11001101 101 110111 0 10100 100100111 110101 111010

Color Harmonies of #C35DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C35DCD

Black with #C35DCD

Text Example


Text Example

White with #C35DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C35DCD; }

 p { color: rgb(195,93,205); }

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

background-color css

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

 a { background-color: rgb(195,93,205); }

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

border-color css

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

 span { border-color: rgb(195,93,205); }

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