Html Css Color HEX #CC54E0 Medium Orchid

📋 copy color: '#CC54E0'

red 204 ◦ green 84 ◦ blue 224

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

Shades of Medium Orchid #CC54E0

Tints of Medium Orchid #CC54E0

RGB

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

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

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

R = 39.84%
G = 16.41%
B = 43.75%

CMYK

 C value IS 0.09

 M value IS 0.62

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#CC54E0 (or 0xCC54E0) is known color: Medium Orchid. HEX triplet: CC, 54 and E0. RGB value is (204,84,224). Sum of RGB (Red+Green+Blue) = 204+84+224=512 (67% of max value = 765). Red value is 204 (80.08% from 255 or 39.84% from 512); Green value is 84 (33.20% from 255 or 16.41% from 512); Blue value is 224 (87.89% from 255 or 43.75% from 512); Max value from RGB is 224 - color contains mainly: blue. Hex color #CC54E0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC54E0 is #33AB1F. Grayscale: #878787. Windows color (decimal): -3386144 or 14701772. OLE color: 14701772.

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

Color convert

RGB 204 84 224 -
CMYK 0.09 0.62 0 0.12
HSL 291.43º 0.69% 0.6% -
HSV(B) 291.43º 0.63% 0.88% -
XYZ 41.53 24.56 73.07 -
YUV 135.84 177.76 176.62 -
System Red Green Blue C M Y K H S L
Decimal 204 84 224 0.09 0.62 0 0.12 291.43 0.69 0.6
Hex CC 54 E0 9 3E 0 C 123 45 3C
Octal 314 124 340 11 76 0 14 443 105 74
Binary 11001100 1010100 11100000 1001 111110 0 1100 100100011 1000101 111100

Color Harmonies of #CC54E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC54E0

Black with #CC54E0

Text Example


Text Example

White with #CC54E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC54E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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