Html Css Color HEX #C355DA Medium Orchid

📋 copy color: '#C355DA'

red 195 ◦ green 85 ◦ blue 218

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

Shades of Medium Orchid #C355DA

Tints of Medium Orchid #C355DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 43.78%

R = 39.16%
G = 17.07%
B = 43.78%

CMYK

 C value IS 0.11

 M value IS 0.61

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C355DA (or 0xC355DA) is known color: Medium Orchid. HEX triplet: C3, 55 and DA. RGB value is (195,85,218). Sum of RGB (Red+Green+Blue) = 195+85+218=498 (65% of max value = 765). Red value is 195 (76.56% from 255 or 39.16% from 498); Green value is 85 (33.59% from 255 or 17.07% from 498); Blue value is 218 (85.55% from 255 or 43.78% from 498); Max value from RGB is 218 - color contains mainly: blue. Hex color #C355DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C355DA is #3CAA25. Grayscale: #848484. Windows color (decimal): -3975718 or 14308803. OLE color: 14308803.

HSL color Cylindrical-coordinate representation of color #C355DA: hue angle of 289.62º degrees, saturation: 0.64, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C355DA is Cyan = 0.11, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 195 85 218 -
CMYK 0.11 0.61 0 0.15
HSL 289.62º 0.64% 0.59% -
HSV(B) 289.62º 0.61% 0.85% -
XYZ 38.41 23.16 68.78 -
YUV 133.05 175.94 172.19 -
System Red Green Blue C M Y K H S L
Decimal 195 85 218 0.11 0.61 0 0.15 289.62 0.64 0.59
Hex C3 55 DA B 3D 0 F 122 40 3B
Octal 303 125 332 13 75 0 17 442 100 73
Binary 11000011 1010101 11011010 1011 111101 0 1111 100100010 1000000 111011

Color Harmonies of #C355DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C355DA

Black with #C355DA

Text Example


Text Example

White with #C355DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C355DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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