Html Css Color HEX #C55BD4 Medium Orchid

📋 copy color: '#C55BD4'

red 197 ◦ green 91 ◦ blue 212

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

Shades of Medium Orchid #C55BD4

Tints of Medium Orchid #C55BD4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 42.4%

R = 39.4%
G = 18.2%
B = 42.4%

CMYK

 C value IS 0.07

 M value IS 0.57

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#C55BD4 (or 0xC55BD4) is known color: Medium Orchid. HEX triplet: C5, 5B and D4. RGB value is (197,91,212). Sum of RGB (Red+Green+Blue) = 197+91+212=500 (66% of max value = 765). Red value is 197 (77.34% from 255 or 39.4% from 500); Green value is 91 (35.94% from 255 or 18.2% from 500); Blue value is 212 (83.20% from 255 or 42.4% from 500); Max value from RGB is 212 - color contains mainly: blue. Hex color #C55BD4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C55BD4 is #3AA42B. Grayscale: #888888. Windows color (decimal): -3843116 or 13917125. OLE color: 13917125.

HSL color Cylindrical-coordinate representation of color #C55BD4: hue angle of 292.56º degrees, saturation: 0.58, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C55BD4 is Cyan = 0.07, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 197 91 212 -
CMYK 0.07 0.57 0 0.17
HSL 292.56º 0.58% 0.59% -
HSV(B) 292.56º 0.57% 0.83% -
XYZ 38.65 24.11 64.9 -
YUV 136.49 170.62 171.16 -
System Red Green Blue C M Y K H S L
Decimal 197 91 212 0.07 0.57 0 0.17 292.56 0.58 0.59
Hex C5 5B D4 7 39 0 11 125 3A 3B
Octal 305 133 324 7 71 0 21 445 72 73
Binary 11000101 1011011 11010100 111 111001 0 10001 100100101 111010 111011

Color Harmonies of #C55BD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C55BD4

Black with #C55BD4

Text Example


Text Example

White with #C55BD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C55BD4; }

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

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

background-color css

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

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

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

border-color css

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

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

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