Html Css Color HEX #CC5AED Medium Orchid

📋 copy color: '#CC5AED'

red 204 ◦ green 90 ◦ blue 237

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

Shades of Medium Orchid #CC5AED

Tints of Medium Orchid #CC5AED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 44.63%

R = 38.42%
G = 16.95%
B = 44.63%

CMYK

 C value IS 0.14

 M value IS 0.62

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CC5AED (or 0xCC5AED) is known color: Medium Orchid. HEX triplet: CC, 5A and ED. RGB value is (204,90,237). Sum of RGB (Red+Green+Blue) = 204+90+237=531 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.42% from 531); Green value is 90 (35.55% from 255 or 16.95% from 531); Blue value is 237 (92.97% from 255 or 44.63% from 531); Max value from RGB is 237 - color contains mainly: blue. Hex color #CC5AED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC5AED is #33A512. Grayscale: #8C8C8C. Windows color (decimal): -3384595 or 15555276. OLE color: 15555276.

HSL color Cylindrical-coordinate representation of color #CC5AED: hue angle of 286.53º degrees, saturation: 0.8, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CC5AED is Cyan = 0.14, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 204 90 237 -
CMYK 0.14 0.62 0 0.07
HSL 286.53º 0.8% 0.64% -
HSV(B) 286.53º 0.62% 0.93% -
XYZ 43.84 26.26 82.88 -
YUV 140.84 182.27 173.05 -
System Red Green Blue C M Y K H S L
Decimal 204 90 237 0.14 0.62 0 0.07 286.53 0.8 0.64
Hex CC 5A ED E 3E 0 7 11F 50 40
Octal 314 132 355 16 76 0 7 437 120 100
Binary 11001100 1011010 11101101 1110 111110 0 111 100011111 1010000 1000000

Color Harmonies of #CC5AED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC5AED

Black with #CC5AED

Text Example


Text Example

White with #CC5AED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC5AED; }

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

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

background-color css

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

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

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

border-color css

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

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

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