Html Css Color HEX #C35ACD Medium Orchid

📋 copy color: '#C35ACD'

red 195 ◦ green 90 ◦ blue 205

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

Shades of Medium Orchid #C35ACD

Tints of Medium Orchid #C35ACD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 41.84%

R = 39.8%
G = 18.37%
B = 41.84%

CMYK

 C value IS 0.05

 M value IS 0.56

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C35ACD (or 0xC35ACD) is known color: Medium Orchid. HEX triplet: C3, 5A and CD. RGB value is (195,90,205). Sum of RGB (Red+Green+Blue) = 195+90+205=490 (64% of max value = 765). Red value is 195 (76.56% from 255 or 39.80% from 490); Green value is 90 (35.55% from 255 or 18.37% from 490); Blue value is 205 (80.47% from 255 or 41.84% from 490); Max value from RGB is 205 - color contains mainly: blue. Hex color #C35ACD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C35ACD is #3CA532. Grayscale: #868686. Windows color (decimal): -3974451 or 13458115. OLE color: 13458115.

HSL color Cylindrical-coordinate representation of color #C35ACD: hue angle of 294.78º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C35ACD is Cyan = 0.05, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 195 90 205 -
CMYK 0.05 0.56 0 0.20
HSL 294.78º 0.53% 0.58% -
HSV(B) 294.78º 0.56% 0.8% -
XYZ 37.18 23.32 60.3 -
YUV 134.51 167.79 171.15 -
System Red Green Blue C M Y K H S L
Decimal 195 90 205 0.05 0.56 0 0.20 294.78 0.53 0.58
Hex C3 5A CD 5 38 0 14 127 35 3A
Octal 303 132 315 5 70 0 24 447 65 72
Binary 11000011 1011010 11001101 101 111000 0 10100 100100111 110101 111010

Color Harmonies of #C35ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C35ACD

Black with #C35ACD

Text Example


Text Example

White with #C35ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C35ACD; }

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

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

background-color css

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

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

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

border-color css

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

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

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