Html Css Color HEX #CC56F1 Medium Orchid

📋 copy color: '#CC56F1'

red 204 ◦ green 86 ◦ blue 241

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

Shades of Medium Orchid #CC56F1

Tints of Medium Orchid #CC56F1

RGB

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

 GREEN value IS 86 (33.98% from 255) = 16.2%

 BLUE value IS 241 (94.53% from 255) = 45.39%

R = 38.42%
G = 16.2%
B = 45.39%

CMYK

 C value IS 0.15

 M value IS 0.64

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#CC56F1 (or 0xCC56F1) is known color: Medium Orchid. HEX triplet: CC, 56 and F1. RGB value is (204,86,241). Sum of RGB (Red+Green+Blue) = 204+86+241=531 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.42% from 531); Green value is 86 (33.98% from 255 or 16.20% from 531); Blue value is 241 (94.53% from 255 or 45.39% from 531); Max value from RGB is 241 - color contains mainly: blue. Hex color #CC56F1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC56F1 is #33A90E. Grayscale: #8A8A8A. Windows color (decimal): -3385615 or 15816396. OLE color: 15816396.

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

Color convert

RGB 204 86 241 -
CMYK 0.15 0.64 0 0.05
HSL 285.68º 0.85% 0.64% -
HSV(B) 285.68º 0.64% 0.95% -
XYZ 44.11 25.84 85.88 -
YUV 138.95 185.59 174.4 -
System Red Green Blue C M Y K H S L
Decimal 204 86 241 0.15 0.64 0 0.05 285.68 0.85 0.64
Hex CC 56 F1 F 40 0 5 11E 55 40
Octal 314 126 361 17 100 0 5 436 125 100
Binary 11001100 1010110 11110001 1111 1000000 0 101 100011110 1010101 1000000

Color Harmonies of #CC56F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC56F1

Black with #CC56F1

Text Example


Text Example

White with #CC56F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC56F1; }

 p { color: rgb(204,86,241); }

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

background-color css

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

 a { background-color: rgb(204,86,241); }

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

border-color css

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

 span { border-color: rgb(204,86,241); }

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