Html Css Color HEX #C35FED Medium Orchid

📋 copy color: '#C35FED'

red 195 ◦ green 95 ◦ blue 237

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

Shades of Medium Orchid #C35FED

Tints of Medium Orchid #C35FED

RGB

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

 GREEN value IS 95 (37.5% from 255) = 18.03%

 BLUE value IS 237 (92.97% from 255) = 44.97%

R = 37%
G = 18.03%
B = 44.97%

CMYK

 C value IS 0.18

 M value IS 0.60

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C35FED (or 0xC35FED) is known color: Medium Orchid. HEX triplet: C3, 5F and ED. RGB value is (195,95,237). Sum of RGB (Red+Green+Blue) = 195+95+237=527 (69% of max value = 765). Red value is 195 (76.56% from 255 or 37.00% from 527); Green value is 95 (37.5% from 255 or 18.03% from 527); Blue value is 237 (92.97% from 255 or 44.97% from 527); Max value from RGB is 237 - color contains mainly: blue. Hex color #C35FED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C35FED is #3CA012. Grayscale: #8C8C8C. Windows color (decimal): -3973139 or 15556547. OLE color: 15556547.

HSL color Cylindrical-coordinate representation of color #C35FED: hue angle of 282.25º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C35FED is Cyan = 0.18, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 195 95 237 -
CMYK 0.18 0.60 0 0.07
HSL 282.25º 0.8% 0.65% -
HSV(B) 282.25º 0.6% 0.93% -
XYZ 41.88 25.9 82.91 -
YUV 141.09 182.13 166.45 -
System Red Green Blue C M Y K H S L
Decimal 195 95 237 0.18 0.60 0 0.07 282.25 0.8 0.65
Hex C3 5F ED 12 3C 0 7 11A 50 41
Octal 303 137 355 22 74 0 7 432 120 101
Binary 11000011 1011111 11101101 10010 111100 0 111 100011010 1010000 1000001

Color Harmonies of #C35FED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C35FED

Black with #C35FED

Text Example


Text Example

White with #C35FED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C35FED; }

 p { color: rgb(195,95,237); }

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

background-color css

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

 a { background-color: rgb(195,95,237); }

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

border-color css

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

 span { border-color: rgb(195,95,237); }

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