Html Css Color HEX #CC50EA Medium Orchid

📋 copy color: '#CC50EA'

red 204 ◦ green 80 ◦ blue 234

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

Shades of Medium Orchid #CC50EA

Tints of Medium Orchid #CC50EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 45.17%

R = 39.38%
G = 15.44%
B = 45.17%

CMYK

 C value IS 0.13

 M value IS 0.66

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#CC50EA (or 0xCC50EA) is known color: Medium Orchid. HEX triplet: CC, 50 and EA. RGB value is (204,80,234). Sum of RGB (Red+Green+Blue) = 204+80+234=518 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.38% from 518); Green value is 80 (31.64% from 255 or 15.44% from 518); Blue value is 234 (91.80% from 255 or 45.17% from 518); Max value from RGB is 234 - color contains mainly: blue. Hex color #CC50EA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC50EA is #33AF15. Grayscale: #868686. Windows color (decimal): -3387158 or 15356108. OLE color: 15356108.

HSL color Cylindrical-coordinate representation of color #CC50EA: hue angle of 288.31º degrees, saturation: 0.79, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CC50EA is Cyan = 0.13, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 204 80 234 -
CMYK 0.13 0.66 0 0.08
HSL 288.31º 0.79% 0.62% -
HSV(B) 288.31º 0.66% 0.92% -
XYZ 42.62 24.52 80.33 -
YUV 134.63 184.08 177.48 -
System Red Green Blue C M Y K H S L
Decimal 204 80 234 0.13 0.66 0 0.08 288.31 0.79 0.62
Hex CC 50 EA D 42 0 8 120 4F 3E
Octal 314 120 352 15 102 0 10 440 117 76
Binary 11001100 1010000 11101010 1101 1000010 0 1000 100100000 1001111 111110

Color Harmonies of #CC50EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC50EA

Black with #CC50EA

Text Example


Text Example

White with #CC50EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC50EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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