Html Css Color HEX #C35FEA Medium Orchid

📋 copy color: '#C35FEA'

red 195 ◦ green 95 ◦ blue 234

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

Shades of Medium Orchid #C35FEA

Tints of Medium Orchid #C35FEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 44.66%

R = 37.21%
G = 18.13%
B = 44.66%

CMYK

 C value IS 0.17

 M value IS 0.59

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C35FEA (or 0xC35FEA) is known color: Medium Orchid. HEX triplet: C3, 5F and EA. RGB value is (195,95,234). Sum of RGB (Red+Green+Blue) = 195+95+234=524 (69% of max value = 765). Red value is 195 (76.56% from 255 or 37.21% from 524); Green value is 95 (37.5% from 255 or 18.13% from 524); Blue value is 234 (91.80% from 255 or 44.66% from 524); Max value from RGB is 234 - color contains mainly: blue. Hex color #C35FEA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C35FEA is #3CA015. Grayscale: #8C8C8C. Windows color (decimal): -3973142 or 15359939. OLE color: 15359939.

HSL color Cylindrical-coordinate representation of color #C35FEA: hue angle of 283.17º degrees, saturation: 0.77, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C35FEA is Cyan = 0.17, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 195 95 234 -
CMYK 0.17 0.59 0 0.08
HSL 283.17º 0.77% 0.65% -
HSV(B) 283.17º 0.59% 0.92% -
XYZ 41.45 25.73 80.62 -
YUV 140.75 180.63 166.7 -
System Red Green Blue C M Y K H S L
Decimal 195 95 234 0.17 0.59 0 0.08 283.17 0.77 0.65
Hex C3 5F EA 11 3B 0 8 11B 4D 41
Octal 303 137 352 21 73 0 10 433 115 101
Binary 11000011 1011111 11101010 10001 111011 0 1000 100011011 1001101 1000001

Color Harmonies of #C35FEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C35FEA

Black with #C35FEA

Text Example


Text Example

White with #C35FEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C35FEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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