Html Css Color HEX #CC57EF Medium Orchid

📋 copy color: '#CC57EF'

red 204 ◦ green 87 ◦ blue 239

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

Shades of Medium Orchid #CC57EF

Tints of Medium Orchid #CC57EF

RGB

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

 GREEN value IS 87 (34.38% from 255) = 16.42%

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

R = 38.49%
G = 16.42%
B = 45.09%

CMYK

 C value IS 0.15

 M value IS 0.64

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#CC57EF (or 0xCC57EF) is known color: Medium Orchid. HEX triplet: CC, 57 and EF. RGB value is (204,87,239). Sum of RGB (Red+Green+Blue) = 204+87+239=530 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.49% from 530); Green value is 87 (34.38% from 255 or 16.42% from 530); Blue value is 239 (93.75% from 255 or 45.09% from 530); Max value from RGB is 239 - color contains mainly: blue. Hex color #CC57EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC57EF is #33A810. Grayscale: #8A8A8A. Windows color (decimal): -3385361 or 15685580. OLE color: 15685580.

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

Color convert

RGB 204 87 239 -
CMYK 0.15 0.64 0 0.06
HSL 286.18º 0.83% 0.64% -
HSV(B) 286.18º 0.64% 0.94% -
XYZ 43.89 25.89 84.34 -
YUV 139.31 184.26 174.14 -
System Red Green Blue C M Y K H S L
Decimal 204 87 239 0.15 0.64 0 0.06 286.18 0.83 0.64
Hex CC 57 EF F 40 0 6 11E 53 40
Octal 314 127 357 17 100 0 6 436 123 100
Binary 11001100 1010111 11101111 1111 1000000 0 110 100011110 1010011 1000000

Color Harmonies of #CC57EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC57EF

Black with #CC57EF

Text Example


Text Example

White with #CC57EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC57EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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