Html Css Color HEX #CC54EF Medium Orchid

📋 copy color: '#CC54EF'

red 204 ◦ green 84 ◦ blue 239

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

Shades of Medium Orchid #CC54EF

Tints of Medium Orchid #CC54EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 45.35%

R = 38.71%
G = 15.94%
B = 45.35%

CMYK

 C value IS 0.15

 M value IS 0.65

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#CC54EF (or 0xCC54EF) is known color: Medium Orchid. HEX triplet: CC, 54 and EF. RGB value is (204,84,239). Sum of RGB (Red+Green+Blue) = 204+84+239=527 (69% of max value = 765). Red value is 204 (80.08% from 255 or 38.71% from 527); Green value is 84 (33.20% from 255 or 15.94% from 527); Blue value is 239 (93.75% from 255 or 45.35% from 527); Max value from RGB is 239 - color contains mainly: blue. Hex color #CC54EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC54EF is #33AB10. Grayscale: #898989. Windows color (decimal): -3386129 or 15684812. OLE color: 15684812.

HSL color Cylindrical-coordinate representation of color #CC54EF: hue angle of 286.45º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CC54EF is Cyan = 0.15, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 204 84 239 -
CMYK 0.15 0.65 0 0.06
HSL 286.45º 0.83% 0.63% -
HSV(B) 286.45º 0.65% 0.94% -
XYZ 43.65 25.41 84.27 -
YUV 137.55 185.26 175.4 -
System Red Green Blue C M Y K H S L
Decimal 204 84 239 0.15 0.65 0 0.06 286.45 0.83 0.63
Hex CC 54 EF F 41 0 6 11E 53 3F
Octal 314 124 357 17 101 0 6 436 123 77
Binary 11001100 1010100 11101111 1111 1000001 0 110 100011110 1010011 111111

Color Harmonies of #CC54EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC54EF

Black with #CC54EF

Text Example


Text Example

White with #CC54EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC54EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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