Html Css Color HEX #C35ECF Medium Orchid

📋 copy color: '#C35ECF'

red 195 ◦ green 94 ◦ blue 207

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

Shades of Medium Orchid #C35ECF

Tints of Medium Orchid #C35ECF

RGB

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

 GREEN value IS 94 (37.11% from 255) = 18.95%

 BLUE value IS 207 (81.25% from 255) = 41.73%

R = 39.31%
G = 18.95%
B = 41.73%

CMYK

 C value IS 0.06

 M value IS 0.55

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C35ECF (or 0xC35ECF) is known color: Medium Orchid. HEX triplet: C3, 5E and CF. RGB value is (195,94,207). Sum of RGB (Red+Green+Blue) = 195+94+207=496 (65% of max value = 765). Red value is 195 (76.56% from 255 or 39.31% from 496); Green value is 94 (37.11% from 255 or 18.95% from 496); Blue value is 207 (81.25% from 255 or 41.73% from 496); Max value from RGB is 207 - color contains mainly: blue. Hex color #C35ECF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C35ECF is #3CA130. Grayscale: #888888. Windows color (decimal): -3973425 or 13590211. OLE color: 13590211.

HSL color Cylindrical-coordinate representation of color #C35ECF: hue angle of 293.63º degrees, saturation: 0.54, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C35ECF is Cyan = 0.06, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 195 94 207 -
CMYK 0.06 0.55 0 0.19
HSL 293.63º 0.54% 0.59% -
HSV(B) 293.63º 0.55% 0.81% -
XYZ 37.77 24.11 61.69 -
YUV 137.08 167.46 169.31 -
System Red Green Blue C M Y K H S L
Decimal 195 94 207 0.06 0.55 0 0.19 293.63 0.54 0.59
Hex C3 5E CF 6 37 0 13 126 36 3B
Octal 303 136 317 6 67 0 23 446 66 73
Binary 11000011 1011110 11001111 110 110111 0 10011 100100110 110110 111011

Color Harmonies of #C35ECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C35ECF

Black with #C35ECF

Text Example


Text Example

White with #C35ECF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C35ECF; }

 p { color: rgb(195,94,207); }

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

background-color css

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

 a { background-color: rgb(195,94,207); }

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

border-color css

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

 span { border-color: rgb(195,94,207); }

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