Html Css Color HEX #C35CCD Medium Orchid

📋 copy color: '#C35CCD'

red 195 ◦ green 92 ◦ blue 205

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

Shades of Medium Orchid #C35CCD

Tints of Medium Orchid #C35CCD

RGB

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

 GREEN value IS 92 (36.33% from 255) = 18.7%

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

R = 39.63%
G = 18.7%
B = 41.67%

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

#C35CCD (or 0xC35CCD) is known color: Medium Orchid. HEX triplet: C3, 5C and CD. RGB value is (195,92,205). Sum of RGB (Red+Green+Blue) = 195+92+205=492 (65% of max value = 765). Red value is 195 (76.56% from 255 or 39.63% from 492); Green value is 92 (36.33% from 255 or 18.70% from 492); Blue value is 205 (80.47% from 255 or 41.67% from 492); Max value from RGB is 205 - color contains mainly: blue. Hex color #C35CCD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C35CCD is #3CA332. Grayscale: #878787. Windows color (decimal): -3973939 or 13458627. OLE color: 13458627.

HSL color Cylindrical-coordinate representation of color #C35CCD: hue angle of 294.69º 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 #C35CCD is Cyan = 0.05, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 195 92 205 -
CMYK 0.05 0.55 0 0.20
HSL 294.69º 0.53% 0.58% -
HSV(B) 294.69º 0.55% 0.8% -
XYZ 37.35 23.66 60.36 -
YUV 135.68 167.12 170.31 -
System Red Green Blue C M Y K H S L
Decimal 195 92 205 0.05 0.55 0 0.20 294.69 0.53 0.58
Hex C3 5C CD 5 37 0 14 127 35 3A
Octal 303 134 315 5 67 0 24 447 65 72
Binary 11000011 1011100 11001101 101 110111 0 10100 100100111 110101 111010

Color Harmonies of #C35CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C35CCD

Black with #C35CCD

Text Example


Text Example

White with #C35CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C35CCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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