Html Css Color HEX #C35ADE Medium Orchid

📋 copy color: '#C35ADE'

red 195 ◦ green 90 ◦ blue 222

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

Shades of Medium Orchid #C35ADE

Tints of Medium Orchid #C35ADE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 43.79%

R = 38.46%
G = 17.75%
B = 43.79%

CMYK

 C value IS 0.12

 M value IS 0.59

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C35ADE (or 0xC35ADE) is known color: Medium Orchid. HEX triplet: C3, 5A and DE. RGB value is (195,90,222). Sum of RGB (Red+Green+Blue) = 195+90+222=507 (67% of max value = 765). Red value is 195 (76.56% from 255 or 38.46% from 507); Green value is 90 (35.55% from 255 or 17.75% from 507); Blue value is 222 (87.11% from 255 or 43.79% from 507); Max value from RGB is 222 - color contains mainly: blue. Hex color #C35ADE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C35ADE is #3CA521. Grayscale: #888888. Windows color (decimal): -3974434 or 14572227. OLE color: 14572227.

HSL color Cylindrical-coordinate representation of color #C35ADE: hue angle of 287.73º degrees, saturation: 0.67, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C35ADE is Cyan = 0.12, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 195 90 222 -
CMYK 0.12 0.59 0 0.13
HSL 287.73º 0.67% 0.61% -
HSV(B) 287.73º 0.59% 0.87% -
XYZ 39.35 24.19 71.7 -
YUV 136.44 176.29 169.77 -
System Red Green Blue C M Y K H S L
Decimal 195 90 222 0.12 0.59 0 0.13 287.73 0.67 0.61
Hex C3 5A DE C 3B 0 D 120 43 3D
Octal 303 132 336 14 73 0 15 440 103 75
Binary 11000011 1011010 11011110 1100 111011 0 1101 100100000 1000011 111101

Color Harmonies of #C35ADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C35ADE

Black with #C35ADE

Text Example


Text Example

White with #C35ADE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C35ADE; }

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

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

background-color css

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

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

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

border-color css

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

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

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