Html Css Color HEX #C55BDA Medium Orchid

📋 copy color: '#C55BDA'

red 197 ◦ green 91 ◦ blue 218

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

Shades of Medium Orchid #C55BDA

Tints of Medium Orchid #C55BDA

RGB

 RED value IS 197 (77.34% from 255) = 38.93%

 GREEN value IS 91 (35.94% from 255) = 17.98%

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

R = 38.93%
G = 17.98%
B = 43.08%

CMYK

 C value IS 0.10

 M value IS 0.58

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C55BDA (or 0xC55BDA) is known color: Medium Orchid. HEX triplet: C5, 5B and DA. RGB value is (197,91,218). Sum of RGB (Red+Green+Blue) = 197+91+218=506 (67% of max value = 765). Red value is 197 (77.34% from 255 or 38.93% from 506); Green value is 91 (35.94% from 255 or 17.98% from 506); Blue value is 218 (85.55% from 255 or 43.08% from 506); Max value from RGB is 218 - color contains mainly: blue. Hex color #C55BDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C55BDA is #3AA425. Grayscale: #888888. Windows color (decimal): -3843110 or 14310341. OLE color: 14310341.

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

Color convert

RGB 197 91 218 -
CMYK 0.10 0.58 0 0.15
HSL 290.08º 0.63% 0.61% -
HSV(B) 290.08º 0.58% 0.85% -
XYZ 39.42 24.41 68.96 -
YUV 137.17 173.62 170.67 -
System Red Green Blue C M Y K H S L
Decimal 197 91 218 0.10 0.58 0 0.15 290.08 0.63 0.61
Hex C5 5B DA A 3A 0 F 122 3F 3D
Octal 305 133 332 12 72 0 17 442 77 75
Binary 11000101 1011011 11011010 1010 111010 0 1111 100100010 111111 111101

Color Harmonies of #C55BDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C55BDA

Black with #C55BDA

Text Example


Text Example

White with #C55BDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C55BDA; }

 p { color: rgb(197,91,218); }

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

background-color css

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

 a { background-color: rgb(197,91,218); }

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

border-color css

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

 span { border-color: rgb(197,91,218); }

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