Html Css Color HEX #CC54EB Medium Orchid

📋 copy color: '#CC54EB'

red 204 ◦ green 84 ◦ blue 235

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

Shades of Medium Orchid #CC54EB

Tints of Medium Orchid #CC54EB

RGB

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

 GREEN value IS 84 (33.2% from 255) = 16.06%

 BLUE value IS 235 (92.19% from 255) = 44.93%

R = 39.01%
G = 16.06%
B = 44.93%

CMYK

 C value IS 0.13

 M value IS 0.64

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#CC54EB (or 0xCC54EB) is known color: Medium Orchid. HEX triplet: CC, 54 and EB. RGB value is (204,84,235). Sum of RGB (Red+Green+Blue) = 204+84+235=523 (69% of max value = 765). Red value is 204 (80.08% from 255 or 39.01% from 523); Green value is 84 (33.20% from 255 or 16.06% from 523); Blue value is 235 (92.19% from 255 or 44.93% from 523); Max value from RGB is 235 - color contains mainly: blue. Hex color #CC54EB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC54EB is #33AB14. Grayscale: #888888. Windows color (decimal): -3386133 or 15422668. OLE color: 15422668.

HSL color Cylindrical-coordinate representation of color #CC54EB: hue angle of 287.68º degrees, saturation: 0.79, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CC54EB is Cyan = 0.13, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 204 84 235 -
CMYK 0.13 0.64 0 0.08
HSL 287.68º 0.79% 0.63% -
HSV(B) 287.68º 0.64% 0.92% -
XYZ 43.07 25.18 81.19 -
YUV 137.09 183.26 175.72 -
System Red Green Blue C M Y K H S L
Decimal 204 84 235 0.13 0.64 0 0.08 287.68 0.79 0.63
Hex CC 54 EB D 40 0 8 120 4F 3F
Octal 314 124 353 15 100 0 10 440 117 77
Binary 11001100 1010100 11101011 1101 1000000 0 1000 100100000 1001111 111111

Color Harmonies of #CC54EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC54EB

Black with #CC54EB

Text Example


Text Example

White with #CC54EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC54EB; }

 p { color: rgb(204,84,235); }

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

background-color css

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

 a { background-color: rgb(204,84,235); }

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

border-color css

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

 span { border-color: rgb(204,84,235); }

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