Html Css Color HEX #CC50EF Medium Orchid

📋 copy color: '#CC50EF'

red 204 ◦ green 80 ◦ blue 239

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

Shades of Medium Orchid #CC50EF

Tints of Medium Orchid #CC50EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 45.7%

R = 39.01%
G = 15.3%
B = 45.7%

CMYK

 C value IS 0.15

 M value IS 0.67

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#CC50EF (or 0xCC50EF) is known color: Medium Orchid. HEX triplet: CC, 50 and EF. RGB value is (204,80,239). Sum of RGB (Red+Green+Blue) = 204+80+239=523 (69% of max value = 765). Red value is 204 (80.08% from 255 or 39.01% from 523); Green value is 80 (31.64% from 255 or 15.30% from 523); Blue value is 239 (93.75% from 255 or 45.70% from 523); Max value from RGB is 239 - color contains mainly: blue. Hex color #CC50EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC50EF is #33AF10. Grayscale: #868686. Windows color (decimal): -3387153 or 15683788. OLE color: 15683788.

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

Color convert

RGB 204 80 239 -
CMYK 0.15 0.67 0 0.06
HSL 286.79º 0.83% 0.63% -
HSV(B) 286.79º 0.67% 0.94% -
XYZ 43.35 24.81 84.16 -
YUV 135.2 186.58 177.07 -
System Red Green Blue C M Y K H S L
Decimal 204 80 239 0.15 0.67 0 0.06 286.79 0.83 0.63
Hex CC 50 EF F 43 0 6 11F 53 3F
Octal 314 120 357 17 103 0 6 437 123 77
Binary 11001100 1010000 11101111 1111 1000011 0 110 100011111 1010011 111111

Color Harmonies of #CC50EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC50EF

Black with #CC50EF

Text Example


Text Example

White with #CC50EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC50EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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