Html Css Color HEX #CC5BE0 Medium Orchid

📋 copy color: '#CC5BE0'

red 204 ◦ green 91 ◦ blue 224

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

Shades of Medium Orchid #CC5BE0

Tints of Medium Orchid #CC5BE0

RGB

 RED value IS 204 (80.08% from 255) = 39.31%

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

 BLUE value IS 224 (87.89% from 255) = 43.16%

R = 39.31%
G = 17.53%
B = 43.16%

CMYK

 C value IS 0.09

 M value IS 0.59

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#CC5BE0 (or 0xCC5BE0) is known color: Medium Orchid. HEX triplet: CC, 5B and E0. RGB value is (204,91,224). Sum of RGB (Red+Green+Blue) = 204+91+224=519 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.31% from 519); Green value is 91 (35.94% from 255 or 17.53% from 519); Blue value is 224 (87.89% from 255 or 43.16% from 519); Max value from RGB is 224 - color contains mainly: blue. Hex color #CC5BE0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC5BE0 is #33A41F. Grayscale: #8B8B8B. Windows color (decimal): -3384352 or 14703564. OLE color: 14703564.

HSL color Cylindrical-coordinate representation of color #CC5BE0: hue angle of 290.98º degrees, saturation: 0.68, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CC5BE0 is Cyan = 0.09, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 204 91 224 -
CMYK 0.09 0.59 0 0.12
HSL 290.98º 0.68% 0.62% -
HSV(B) 290.98º 0.59% 0.88% -
XYZ 42.1 25.7 73.26 -
YUV 139.95 175.44 173.69 -
System Red Green Blue C M Y K H S L
Decimal 204 91 224 0.09 0.59 0 0.12 290.98 0.68 0.62
Hex CC 5B E0 9 3B 0 C 123 44 3E
Octal 314 133 340 11 73 0 14 443 104 76
Binary 11001100 1011011 11100000 1001 111011 0 1100 100100011 1000100 111110

Color Harmonies of #CC5BE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC5BE0

Black with #CC5BE0

Text Example


Text Example

White with #CC5BE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC5BE0; }

 p { color: rgb(204,91,224); }

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

background-color css

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

 a { background-color: rgb(204,91,224); }

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

border-color css

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

 span { border-color: rgb(204,91,224); }

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