Html Css Color HEX #C355D0 Medium Orchid

📋 copy color: '#C355D0'

red 195 ◦ green 85 ◦ blue 208

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

Shades of Medium Orchid #C355D0

Tints of Medium Orchid #C355D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 42.62%

R = 39.96%
G = 17.42%
B = 42.62%

CMYK

 C value IS 0.06

 M value IS 0.59

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#C355D0 (or 0xC355D0) is known color: Medium Orchid. HEX triplet: C3, 55 and D0. RGB value is (195,85,208). Sum of RGB (Red+Green+Blue) = 195+85+208=488 (64% of max value = 765). Red value is 195 (76.56% from 255 or 39.96% from 488); Green value is 85 (33.59% from 255 or 17.42% from 488); Blue value is 208 (81.64% from 255 or 42.62% from 488); Max value from RGB is 208 - color contains mainly: blue. Hex color #C355D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C355D0 is #3CAA2F. Grayscale: #838383. Windows color (decimal): -3975728 or 13653443. OLE color: 13653443.

HSL color Cylindrical-coordinate representation of color #C355D0: hue angle of 293.66º degrees, saturation: 0.57, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C355D0 is Cyan = 0.06, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 195 85 208 -
CMYK 0.06 0.59 0 0.18
HSL 293.66º 0.57% 0.57% -
HSV(B) 293.66º 0.59% 0.82% -
XYZ 37.14 22.65 62.09 -
YUV 131.91 170.94 173 -
System Red Green Blue C M Y K H S L
Decimal 195 85 208 0.06 0.59 0 0.18 293.66 0.57 0.57
Hex C3 55 D0 6 3B 0 12 126 39 39
Octal 303 125 320 6 73 0 22 446 71 71
Binary 11000011 1010101 11010000 110 111011 0 10010 100100110 111001 111001

Color Harmonies of #C355D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C355D0

Black with #C355D0

Text Example


Text Example

White with #C355D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C355D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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