Html Css Color HEX #C355DB Medium Orchid

📋 copy color: '#C355DB'

red 195 ◦ green 85 ◦ blue 219

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

Shades of Medium Orchid #C355DB

Tints of Medium Orchid #C355DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 43.89%

R = 39.08%
G = 17.03%
B = 43.89%

CMYK

 C value IS 0.11

 M value IS 0.61

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C355DB (or 0xC355DB) is known color: Medium Orchid. HEX triplet: C3, 55 and DB. RGB value is (195,85,219). Sum of RGB (Red+Green+Blue) = 195+85+219=499 (66% of max value = 765). Red value is 195 (76.56% from 255 or 39.08% from 499); Green value is 85 (33.59% from 255 or 17.03% from 499); Blue value is 219 (85.94% from 255 or 43.89% from 499); Max value from RGB is 219 - color contains mainly: blue. Hex color #C355DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C355DB is #3CAA24. Grayscale: #848484. Windows color (decimal): -3975717 or 14374339. OLE color: 14374339.

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

Color convert

RGB 195 85 219 -
CMYK 0.11 0.61 0 0.14
HSL 289.25º 0.65% 0.6% -
HSV(B) 289.25º 0.61% 0.86% -
XYZ 38.54 23.21 69.47 -
YUV 133.17 176.44 172.1 -
System Red Green Blue C M Y K H S L
Decimal 195 85 219 0.11 0.61 0 0.14 289.25 0.65 0.6
Hex C3 55 DB B 3D 0 E 121 41 3C
Octal 303 125 333 13 75 0 16 441 101 74
Binary 11000011 1010101 11011011 1011 111101 0 1110 100100001 1000001 111100

Color Harmonies of #C355DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C355DB

Black with #C355DB

Text Example


Text Example

White with #C355DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C355DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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