Html Css Color HEX #C35CDC Medium Orchid

📋 copy color: '#C35CDC'

red 195 ◦ green 92 ◦ blue 220

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

Shades of Medium Orchid #C35CDC

Tints of Medium Orchid #C35CDC

RGB

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

 GREEN value IS 92 (36.33% from 255) = 18.15%

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

R = 38.46%
G = 18.15%
B = 43.39%

CMYK

 C value IS 0.11

 M value IS 0.58

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C35CDC (or 0xC35CDC) is known color: Medium Orchid. HEX triplet: C3, 5C and DC. RGB value is (195,92,220). Sum of RGB (Red+Green+Blue) = 195+92+220=507 (67% of max value = 765). Red value is 195 (76.56% from 255 or 38.46% from 507); Green value is 92 (36.33% from 255 or 18.15% from 507); Blue value is 220 (86.33% from 255 or 43.39% from 507); Max value from RGB is 220 - color contains mainly: blue. Hex color #C35CDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C35CDC is #3CA323. Grayscale: #888888. Windows color (decimal): -3973924 or 14441667. OLE color: 14441667.

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

Color convert

RGB 195 92 220 -
CMYK 0.11 0.58 0 0.14
HSL 288.28º 0.65% 0.61% -
HSV(B) 288.28º 0.58% 0.86% -
XYZ 39.25 24.42 70.36 -
YUV 137.39 174.62 169.09 -
System Red Green Blue C M Y K H S L
Decimal 195 92 220 0.11 0.58 0 0.14 288.28 0.65 0.61
Hex C3 5C DC B 3A 0 E 120 41 3D
Octal 303 134 334 13 72 0 16 440 101 75
Binary 11000011 1011100 11011100 1011 111010 0 1110 100100000 1000001 111101

Color Harmonies of #C35CDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C35CDC

Black with #C35CDC

Text Example


Text Example

White with #C35CDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C35CDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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