Html Css Color HEX #CC54F2 Medium Orchid

📋 copy color: '#CC54F2'

red 204 ◦ green 84 ◦ blue 242

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

Shades of Medium Orchid #CC54F2

Tints of Medium Orchid #CC54F2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 45.66%

R = 38.49%
G = 15.85%
B = 45.66%

CMYK

 C value IS 0.16

 M value IS 0.65

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#CC54F2 (or 0xCC54F2) is known color: Medium Orchid. HEX triplet: CC, 54 and F2. RGB value is (204,84,242). Sum of RGB (Red+Green+Blue) = 204+84+242=530 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.49% from 530); Green value is 84 (33.20% from 255 or 15.85% from 530); Blue value is 242 (94.92% from 255 or 45.66% from 530); Max value from RGB is 242 - color contains mainly: blue. Hex color #CC54F2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC54F2 is #33AB0D. Grayscale: #898989. Windows color (decimal): -3386126 or 15881420. OLE color: 15881420.

HSL color Cylindrical-coordinate representation of color #CC54F2: hue angle of 285.57º degrees, saturation: 0.86, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CC54F2 is Cyan = 0.16, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 204 84 242 -
CMYK 0.16 0.65 0 0.05
HSL 285.57º 0.86% 0.64% -
HSV(B) 285.57º 0.65% 0.95% -
XYZ 44.1 25.59 86.62 -
YUV 137.89 186.76 175.15 -
System Red Green Blue C M Y K H S L
Decimal 204 84 242 0.16 0.65 0 0.05 285.57 0.86 0.64
Hex CC 54 F2 10 41 0 5 11E 56 40
Octal 314 124 362 20 101 0 5 436 126 100
Binary 11001100 1010100 11110010 10000 1000001 0 101 100011110 1010110 1000000

Color Harmonies of #CC54F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC54F2

Black with #CC54F2

Text Example


Text Example

White with #CC54F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC54F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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