Html Css Color HEX #CC50F2 Medium Orchid

📋 copy color: '#CC50F2'

red 204 ◦ green 80 ◦ blue 242

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

Shades of Medium Orchid #CC50F2

Tints of Medium Orchid #CC50F2

RGB

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

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

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

R = 38.78%
G = 15.21%
B = 46.01%

CMYK

 C value IS 0.16

 M value IS 0.67

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#CC50F2 (or 0xCC50F2) is known color: Medium Orchid. HEX triplet: CC, 50 and F2. RGB value is (204,80,242). Sum of RGB (Red+Green+Blue) = 204+80+242=526 (69% of max value = 765). Red value is 204 (80.08% from 255 or 38.78% from 526); Green value is 80 (31.64% from 255 or 15.21% from 526); Blue value is 242 (94.92% from 255 or 46.01% from 526); Max value from RGB is 242 - color contains mainly: blue. Hex color #CC50F2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC50F2 is #33AF0D. Grayscale: #878787. Windows color (decimal): -3387150 or 15880396. OLE color: 15880396.

HSL color Cylindrical-coordinate representation of color #CC50F2: hue angle of 285.93º degrees, saturation: 0.86, 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 #CC50F2 is Cyan = 0.16, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 204 80 242 -
CMYK 0.16 0.67 0 0.05
HSL 285.93º 0.86% 0.63% -
HSV(B) 285.93º 0.67% 0.95% -
XYZ 43.8 24.99 86.52 -
YUV 135.54 188.08 176.83 -
System Red Green Blue C M Y K H S L
Decimal 204 80 242 0.16 0.67 0 0.05 285.93 0.86 0.63
Hex CC 50 F2 10 43 0 5 11E 56 3F
Octal 314 120 362 20 103 0 5 436 126 77
Binary 11001100 1010000 11110010 10000 1000011 0 101 100011110 1010110 111111

Color Harmonies of #CC50F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC50F2

Black with #CC50F2

Text Example


Text Example

White with #CC50F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC50F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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