Html Css Color HEX #CC50F1 Medium Orchid

📋 copy color: '#CC50F1'

red 204 ◦ green 80 ◦ blue 241

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

Shades of Medium Orchid #CC50F1

Tints of Medium Orchid #CC50F1

RGB

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

 GREEN value IS 80 (31.64% from 255) = 15.24%

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

R = 38.86%
G = 15.24%
B = 45.9%

CMYK

 C value IS 0.15

 M value IS 0.67

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#CC50F1 (or 0xCC50F1) is known color: Medium Orchid. HEX triplet: CC, 50 and F1. RGB value is (204,80,241). Sum of RGB (Red+Green+Blue) = 204+80+241=525 (69% of max value = 765). Red value is 204 (80.08% from 255 or 38.86% from 525); Green value is 80 (31.64% from 255 or 15.24% from 525); Blue value is 241 (94.53% from 255 or 45.90% from 525); Max value from RGB is 241 - color contains mainly: blue. Hex color #CC50F1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC50F1 is #33AF0E. Grayscale: #868686. Windows color (decimal): -3387151 or 15814860. OLE color: 15814860.

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

Color convert

RGB 204 80 241 -
CMYK 0.15 0.67 0 0.05
HSL 286.21º 0.85% 0.63% -
HSV(B) 286.21º 0.67% 0.95% -
XYZ 43.65 24.93 85.73 -
YUV 135.43 187.58 176.91 -
System Red Green Blue C M Y K H S L
Decimal 204 80 241 0.15 0.67 0 0.05 286.21 0.85 0.63
Hex CC 50 F1 F 43 0 5 11E 55 3F
Octal 314 120 361 17 103 0 5 436 125 77
Binary 11001100 1010000 11110001 1111 1000011 0 101 100011110 1010101 111111

Color Harmonies of #CC50F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC50F1

Black with #CC50F1

Text Example


Text Example

White with #CC50F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC50F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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