Html Css Color HEX #C35ADC Medium Orchid

📋 copy color: '#C35ADC'

red 195 ◦ green 90 ◦ blue 220

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

Shades of Medium Orchid #C35ADC

Tints of Medium Orchid #C35ADC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 43.56%

R = 38.61%
G = 17.82%
B = 43.56%

CMYK

 C value IS 0.11

 M value IS 0.59

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C35ADC (or 0xC35ADC) is known color: Medium Orchid. HEX triplet: C3, 5A and DC. RGB value is (195,90,220). Sum of RGB (Red+Green+Blue) = 195+90+220=505 (66% of max value = 765). Red value is 195 (76.56% from 255 or 38.61% from 505); Green value is 90 (35.55% from 255 or 17.82% from 505); Blue value is 220 (86.33% from 255 or 43.56% from 505); Max value from RGB is 220 - color contains mainly: blue. Hex color #C35ADC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C35ADC is #3CA523. Grayscale: #878787. Windows color (decimal): -3974436 or 14441155. OLE color: 14441155.

HSL color Cylindrical-coordinate representation of color #C35ADC: hue angle of 288.46º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C35ADC is Cyan = 0.11, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 195 90 220 -
CMYK 0.11 0.59 0 0.14
HSL 288.46º 0.65% 0.61% -
HSV(B) 288.46º 0.59% 0.86% -
XYZ 39.08 24.08 70.3 -
YUV 136.22 175.29 169.93 -
System Red Green Blue C M Y K H S L
Decimal 195 90 220 0.11 0.59 0 0.14 288.46 0.65 0.61
Hex C3 5A DC B 3B 0 E 120 41 3D
Octal 303 132 334 13 73 0 16 440 101 75
Binary 11000011 1011010 11011100 1011 111011 0 1110 100100000 1000001 111101

Color Harmonies of #C35ADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C35ADC

Black with #C35ADC

Text Example


Text Example

White with #C35ADC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C35ADC; }

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

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

background-color css

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

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

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

border-color css

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

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

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