Html Css Color HEX #CC50EB Medium Orchid

📋 copy color: '#CC50EB'

red 204 ◦ green 80 ◦ blue 235

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

Shades of Medium Orchid #CC50EB

Tints of Medium Orchid #CC50EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 45.28%

R = 39.31%
G = 15.41%
B = 45.28%

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

#CC50EB (or 0xCC50EB) is known color: Medium Orchid. HEX triplet: CC, 50 and EB. RGB value is (204,80,235). Sum of RGB (Red+Green+Blue) = 204+80+235=519 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.31% from 519); Green value is 80 (31.64% from 255 or 15.41% from 519); Blue value is 235 (92.19% from 255 or 45.28% from 519); Max value from RGB is 235 - color contains mainly: blue. Hex color #CC50EB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC50EB is #33AF14. Grayscale: #868686. Windows color (decimal): -3387157 or 15421644. OLE color: 15421644.

HSL color Cylindrical-coordinate representation of color #CC50EB: hue angle of 288º 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 #CC50EB is Cyan = 0.13, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 204 80 235 -
CMYK 0.13 0.66 0 0.08
HSL 288º 0.79% 0.62% -
HSV(B) 288º 0.66% 0.92% -
XYZ 42.77 24.57 81.09 -
YUV 134.75 184.58 177.4 -
System Red Green Blue C M Y K H S L
Decimal 204 80 235 0.13 0.66 0 0.08 288 0.79 0.62
Hex CC 50 EB D 42 0 8 120 4F 3E
Octal 314 120 353 15 102 0 10 440 117 76
Binary 11001100 1010000 11101011 1101 1000010 0 1000 100100000 1001111 111110

Color Harmonies of #CC50EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC50EB

Black with #CC50EB

Text Example


Text Example

White with #CC50EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC50EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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