Html Css Color HEX #C35AEF Medium Orchid

📋 copy color: '#C35AEF'

red 195 ◦ green 90 ◦ blue 239

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

Shades of Medium Orchid #C35AEF

Tints of Medium Orchid #C35AEF

RGB

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

 GREEN value IS 90 (35.55% from 255) = 17.18%

 BLUE value IS 239 (93.75% from 255) = 45.61%

R = 37.21%
G = 17.18%
B = 45.61%

CMYK

 C value IS 0.18

 M value IS 0.62

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#C35AEF (or 0xC35AEF) is known color: Medium Orchid. HEX triplet: C3, 5A and EF. RGB value is (195,90,239). Sum of RGB (Red+Green+Blue) = 195+90+239=524 (69% of max value = 765). Red value is 195 (76.56% from 255 or 37.21% from 524); Green value is 90 (35.55% from 255 or 17.18% from 524); Blue value is 239 (93.75% from 255 or 45.61% from 524); Max value from RGB is 239 - color contains mainly: blue. Hex color #C35AEF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C35AEF is #3CA510. Grayscale: #898989. Windows color (decimal): -3974417 or 15686339. OLE color: 15686339.

HSL color Cylindrical-coordinate representation of color #C35AEF: hue angle of 282.28º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C35AEF is Cyan = 0.18, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 195 90 239 -
CMYK 0.18 0.62 0 0.06
HSL 282.28º 0.82% 0.65% -
HSV(B) 282.28º 0.62% 0.94% -
XYZ 41.74 25.15 84.32 -
YUV 138.38 184.79 168.38 -
System Red Green Blue C M Y K H S L
Decimal 195 90 239 0.18 0.62 0 0.06 282.28 0.82 0.65
Hex C3 5A EF 12 3E 0 6 11A 52 41
Octal 303 132 357 22 76 0 6 432 122 101
Binary 11000011 1011010 11101111 10010 111110 0 110 100011010 1010010 1000001

Color Harmonies of #C35AEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C35AEF

Black with #C35AEF

Text Example


Text Example

White with #C35AEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C35AEF; }

 p { color: rgb(195,90,239); }

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

background-color css

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

 a { background-color: rgb(195,90,239); }

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

border-color css

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

 span { border-color: rgb(195,90,239); }

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