Html Css Color HEX #C355DD Medium Orchid

📋 copy color: '#C355DD'

red 195 ◦ green 85 ◦ blue 221

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

Shades of Medium Orchid #C355DD

Tints of Medium Orchid #C355DD

RGB

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

 GREEN value IS 85 (33.59% from 255) = 16.97%

 BLUE value IS 221 (86.72% from 255) = 44.11%

R = 38.92%
G = 16.97%
B = 44.11%

CMYK

 C value IS 0.12

 M value IS 0.62

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C355DD (or 0xC355DD) is known color: Medium Orchid. HEX triplet: C3, 55 and DD. RGB value is (195,85,221). Sum of RGB (Red+Green+Blue) = 195+85+221=501 (66% of max value = 765). Red value is 195 (76.56% from 255 or 38.92% from 501); Green value is 85 (33.59% from 255 or 16.97% from 501); Blue value is 221 (86.72% from 255 or 44.11% from 501); Max value from RGB is 221 - color contains mainly: blue. Hex color #C355DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C355DD is #3CAA22. Grayscale: #848484. Windows color (decimal): -3975715 or 14505411. OLE color: 14505411.

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

Color convert

RGB 195 85 221 -
CMYK 0.12 0.62 0 0.13
HSL 288.53º 0.67% 0.6% -
HSV(B) 288.53º 0.62% 0.87% -
XYZ 38.81 23.32 70.86 -
YUV 133.39 177.44 171.94 -
System Red Green Blue C M Y K H S L
Decimal 195 85 221 0.12 0.62 0 0.13 288.53 0.67 0.6
Hex C3 55 DD C 3E 0 D 121 43 3C
Octal 303 125 335 14 76 0 15 441 103 74
Binary 11000011 1010101 11011101 1100 111110 0 1101 100100001 1000011 111100

Color Harmonies of #C355DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C355DD

Black with #C355DD

Text Example


Text Example

White with #C355DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C355DD; }

 p { color: rgb(195,85,221); }

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

background-color css

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

 a { background-color: rgb(195,85,221); }

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

border-color css

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

 span { border-color: rgb(195,85,221); }

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