Html Css Color HEX #C35ADD Medium Orchid

📋 copy color: '#C35ADD'

red 195 ◦ green 90 ◦ blue 221

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

Shades of Medium Orchid #C35ADD

Tints of Medium Orchid #C35ADD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 43.68%

R = 38.54%
G = 17.79%
B = 43.68%

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

#C35ADD (or 0xC35ADD) is known color: Medium Orchid. HEX triplet: C3, 5A and DD. RGB value is (195,90,221). Sum of RGB (Red+Green+Blue) = 195+90+221=506 (67% of max value = 765). Red value is 195 (76.56% from 255 or 38.54% from 506); Green value is 90 (35.55% from 255 or 17.79% from 506); Blue value is 221 (86.72% from 255 or 43.68% from 506); Max value from RGB is 221 - color contains mainly: blue. Hex color #C35ADD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C35ADD is #3CA522. Grayscale: #878787. Windows color (decimal): -3974435 or 14506691. OLE color: 14506691.

HSL color Cylindrical-coordinate representation of color #C35ADD: hue angle of 288.09º degrees, saturation: 0.66, 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 #C35ADD is Cyan = 0.12, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 195 90 221 -
CMYK 0.12 0.59 0 0.13
HSL 288.09º 0.66% 0.61% -
HSV(B) 288.09º 0.59% 0.87% -
XYZ 39.21 24.13 71 -
YUV 136.33 175.79 169.85 -
System Red Green Blue C M Y K H S L
Decimal 195 90 221 0.12 0.59 0 0.13 288.09 0.66 0.61
Hex C3 5A DD C 3B 0 D 120 42 3D
Octal 303 132 335 14 73 0 15 440 102 75
Binary 11000011 1011010 11011101 1100 111011 0 1101 100100000 1000010 111101

Color Harmonies of #C35ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C35ADD

Black with #C35ADD

Text Example


Text Example

White with #C35ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C35ADD; }

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

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

background-color css

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

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

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

border-color css

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

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

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