Html Css Color HEX #C355D7 Medium Orchid

📋 copy color: '#C355D7'

red 195 ◦ green 85 ◦ blue 215

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

Shades of Medium Orchid #C355D7

Tints of Medium Orchid #C355D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 43.43%

R = 39.39%
G = 17.17%
B = 43.43%

CMYK

 C value IS 0.09

 M value IS 0.60

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#C355D7 (or 0xC355D7) is known color: Medium Orchid. HEX triplet: C3, 55 and D7. RGB value is (195,85,215). Sum of RGB (Red+Green+Blue) = 195+85+215=495 (65% of max value = 765). Red value is 195 (76.56% from 255 or 39.39% from 495); Green value is 85 (33.59% from 255 or 17.17% from 495); Blue value is 215 (84.38% from 255 or 43.43% from 495); Max value from RGB is 215 - color contains mainly: blue. Hex color #C355D7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C355D7 is #3CAA28. Grayscale: #848484. Windows color (decimal): -3975721 or 14112195. OLE color: 14112195.

HSL color Cylindrical-coordinate representation of color #C355D7: hue angle of 290.77º degrees, saturation: 0.62, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C355D7 is Cyan = 0.09, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 195 85 215 -
CMYK 0.09 0.60 0 0.16
HSL 290.77º 0.62% 0.59% -
HSV(B) 290.77º 0.6% 0.84% -
XYZ 38.02 23.01 66.73 -
YUV 132.71 174.44 172.43 -
System Red Green Blue C M Y K H S L
Decimal 195 85 215 0.09 0.60 0 0.16 290.77 0.62 0.59
Hex C3 55 D7 9 3C 0 10 123 3E 3B
Octal 303 125 327 11 74 0 20 443 76 73
Binary 11000011 1010101 11010111 1001 111100 0 10000 100100011 111110 111011

Color Harmonies of #C355D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C355D7

Black with #C355D7

Text Example


Text Example

White with #C355D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C355D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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