Html Css Color HEX #CC5AEF Medium Orchid

📋 copy color: '#CC5AEF'

red 204 ◦ green 90 ◦ blue 239

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

Shades of Medium Orchid #CC5AEF

Tints of Medium Orchid #CC5AEF

RGB

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

 GREEN value IS 90 (35.55% from 255) = 16.89%

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

R = 38.27%
G = 16.89%
B = 44.84%

CMYK

 C value IS 0.15

 M value IS 0.62

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#CC5AEF (or 0xCC5AEF) is known color: Medium Orchid. HEX triplet: CC, 5A and EF. RGB value is (204,90,239). Sum of RGB (Red+Green+Blue) = 204+90+239=533 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.27% from 533); Green value is 90 (35.55% from 255 or 16.89% from 533); Blue value is 239 (93.75% from 255 or 44.84% from 533); Max value from RGB is 239 - color contains mainly: blue. Hex color #CC5AEF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC5AEF is #33A510. Grayscale: #8C8C8C. Windows color (decimal): -3384593 or 15686348. OLE color: 15686348.

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

Color convert

RGB 204 90 239 -
CMYK 0.15 0.62 0 0.06
HSL 285.91º 0.82% 0.65% -
HSV(B) 285.91º 0.62% 0.94% -
XYZ 44.14 26.38 84.43 -
YUV 141.07 183.27 172.88 -
System Red Green Blue C M Y K H S L
Decimal 204 90 239 0.15 0.62 0 0.06 285.91 0.82 0.65
Hex CC 5A EF F 3E 0 6 11E 52 41
Octal 314 132 357 17 76 0 6 436 122 101
Binary 11001100 1011010 11101111 1111 111110 0 110 100011110 1010010 1000001

Color Harmonies of #CC5AEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC5AEF

Black with #CC5AEF

Text Example


Text Example

White with #CC5AEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC5AEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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