Html Css Color HEX #C55BCF Medium Orchid

📋 copy color: '#C55BCF'

red 197 ◦ green 91 ◦ blue 207

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

Shades of Medium Orchid #C55BCF

Tints of Medium Orchid #C55BCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 41.82%

R = 39.8%
G = 18.38%
B = 41.82%

CMYK

 C value IS 0.05

 M value IS 0.56

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C55BCF (or 0xC55BCF) is known color: Medium Orchid. HEX triplet: C5, 5B and CF. RGB value is (197,91,207). Sum of RGB (Red+Green+Blue) = 197+91+207=495 (65% of max value = 765). Red value is 197 (77.34% from 255 or 39.80% from 495); Green value is 91 (35.94% from 255 or 18.38% from 495); Blue value is 207 (81.25% from 255 or 41.82% from 495); Max value from RGB is 207 - color contains mainly: blue. Hex color #C55BCF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C55BCF is #3AA430. Grayscale: #878787. Windows color (decimal): -3843121 or 13589445. OLE color: 13589445.

HSL color Cylindrical-coordinate representation of color #C55BCF: hue angle of 294.83º degrees, saturation: 0.55, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C55BCF is Cyan = 0.05, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 197 91 207 -
CMYK 0.05 0.56 0 0.19
HSL 294.83º 0.55% 0.58% -
HSV(B) 294.83º 0.56% 0.81% -
XYZ 38.03 23.86 61.63 -
YUV 135.92 168.12 171.57 -
System Red Green Blue C M Y K H S L
Decimal 197 91 207 0.05 0.56 0 0.19 294.83 0.55 0.58
Hex C5 5B CF 5 38 0 13 127 37 3A
Octal 305 133 317 5 70 0 23 447 67 72
Binary 11000101 1011011 11001111 101 111000 0 10011 100100111 110111 111010

Color Harmonies of #C55BCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C55BCF

Black with #C55BCF

Text Example


Text Example

White with #C55BCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C55BCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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