Html Css Color HEX #C35BDC Medium Orchid

📋 copy color: '#C35BDC'

red 195 ◦ green 91 ◦ blue 220

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

Shades of Medium Orchid #C35BDC

Tints of Medium Orchid #C35BDC

RGB

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

 GREEN value IS 91 (35.94% from 255) = 17.98%

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

R = 38.54%
G = 17.98%
B = 43.48%

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

#C35BDC (or 0xC35BDC) is known color: Medium Orchid. HEX triplet: C3, 5B and DC. RGB value is (195,91,220). Sum of RGB (Red+Green+Blue) = 195+91+220=506 (67% of max value = 765). Red value is 195 (76.56% from 255 or 38.54% from 506); Green value is 91 (35.94% from 255 or 17.98% from 506); Blue value is 220 (86.33% from 255 or 43.48% from 506); Max value from RGB is 220 - color contains mainly: blue. Hex color #C35BDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C35BDC is #3CA423. Grayscale: #888888. Windows color (decimal): -3974180 or 14441411. OLE color: 14441411.

HSL color Cylindrical-coordinate representation of color #C35BDC: hue angle of 288.37º 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 #C35BDC is Cyan = 0.11, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 195 91 220 -
CMYK 0.11 0.59 0 0.14
HSL 288.37º 0.65% 0.61% -
HSV(B) 288.37º 0.59% 0.86% -
XYZ 39.17 24.25 70.33 -
YUV 136.8 174.96 169.51 -
System Red Green Blue C M Y K H S L
Decimal 195 91 220 0.11 0.59 0 0.14 288.37 0.65 0.61
Hex C3 5B DC B 3B 0 E 120 41 3D
Octal 303 133 334 13 73 0 16 440 101 75
Binary 11000011 1011011 11011100 1011 111011 0 1110 100100000 1000001 111101

Color Harmonies of #C35BDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C35BDC

Black with #C35BDC

Text Example


Text Example

White with #C35BDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C35BDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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