Html Css Color HEX #C353DE Medium Orchid

📋 copy color: '#C353DE'

red 195 ◦ green 83 ◦ blue 222

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

Shades of Medium Orchid #C353DE

Tints of Medium Orchid #C353DE

RGB

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

 GREEN value IS 83 (32.81% from 255) = 16.6%

 BLUE value IS 222 (87.11% from 255) = 44.4%

R = 39%
G = 16.6%
B = 44.4%

CMYK

 C value IS 0.12

 M value IS 0.63

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C353DE (or 0xC353DE) is known color: Medium Orchid. HEX triplet: C3, 53 and DE. RGB value is (195,83,222). Sum of RGB (Red+Green+Blue) = 195+83+222=500 (66% of max value = 765). Red value is 195 (76.56% from 255 or 39% from 500); Green value is 83 (32.81% from 255 or 16.6% from 500); Blue value is 222 (87.11% from 255 or 44.4% from 500); Max value from RGB is 222 - color contains mainly: blue. Hex color #C353DE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C353DE is #3CAC21. Grayscale: #838383. Windows color (decimal): -3976226 or 14570435. OLE color: 14570435.

HSL color Cylindrical-coordinate representation of color #C353DE: hue angle of 288.35º degrees, saturation: 0.68, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C353DE is Cyan = 0.12, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 195 83 222 -
CMYK 0.12 0.63 0 0.13
HSL 288.35º 0.68% 0.6% -
HSV(B) 288.35º 0.63% 0.87% -
XYZ 38.78 23.06 71.51 -
YUV 132.33 178.61 172.7 -
System Red Green Blue C M Y K H S L
Decimal 195 83 222 0.12 0.63 0 0.13 288.35 0.68 0.6
Hex C3 53 DE C 3F 0 D 120 44 3C
Octal 303 123 336 14 77 0 15 440 104 74
Binary 11000011 1010011 11011110 1100 111111 0 1101 100100000 1000100 111100

Color Harmonies of #C353DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C353DE

Black with #C353DE

Text Example


Text Example

White with #C353DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C353DE; }

 p { color: rgb(195,83,222); }

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

background-color css

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

 a { background-color: rgb(195,83,222); }

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

border-color css

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

 span { border-color: rgb(195,83,222); }

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