Html Css Color HEX #C35AEE Medium Orchid

📋 copy color: '#C35AEE'

red 195 ◦ green 90 ◦ blue 238

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

Shades of Medium Orchid #C35AEE

Tints of Medium Orchid #C35AEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 45.51%

R = 37.28%
G = 17.21%
B = 45.51%

CMYK

 C value IS 0.18

 M value IS 0.62

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C35AEE (or 0xC35AEE) is known color: Medium Orchid. HEX triplet: C3, 5A and EE. RGB value is (195,90,238). Sum of RGB (Red+Green+Blue) = 195+90+238=523 (69% of max value = 765). Red value is 195 (76.56% from 255 or 37.28% from 523); Green value is 90 (35.55% from 255 or 17.21% from 523); Blue value is 238 (93.36% from 255 or 45.51% from 523); Max value from RGB is 238 - color contains mainly: blue. Hex color #C35AEE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C35AEE is #3CA511. Grayscale: #898989. Windows color (decimal): -3974418 or 15620803. OLE color: 15620803.

HSL color Cylindrical-coordinate representation of color #C35AEE: hue angle of 282.57º degrees, saturation: 0.81, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C35AEE is Cyan = 0.18, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 195 90 238 -
CMYK 0.18 0.62 0 0.07
HSL 282.57º 0.81% 0.64% -
HSV(B) 282.57º 0.62% 0.93% -
XYZ 41.59 25.09 83.54 -
YUV 138.27 184.29 168.47 -
System Red Green Blue C M Y K H S L
Decimal 195 90 238 0.18 0.62 0 0.07 282.57 0.81 0.64
Hex C3 5A EE 12 3E 0 7 11B 51 40
Octal 303 132 356 22 76 0 7 433 121 100
Binary 11000011 1011010 11101110 10010 111110 0 111 100011011 1010001 1000000

Color Harmonies of #C35AEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C35AEE

Black with #C35AEE

Text Example


Text Example

White with #C35AEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C35AEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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