Html Css Color HEX #CC5EEA Medium Orchid

📋 copy color: '#CC5EEA'

red 204 ◦ green 94 ◦ blue 234

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

Shades of Medium Orchid #CC5EEA

Tints of Medium Orchid #CC5EEA

RGB

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

 GREEN value IS 94 (37.11% from 255) = 17.67%

 BLUE value IS 234 (91.8% from 255) = 43.98%

R = 38.35%
G = 17.67%
B = 43.98%

CMYK

 C value IS 0.13

 M value IS 0.60

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#CC5EEA (or 0xCC5EEA) is known color: Medium Orchid. HEX triplet: CC, 5E and EA. RGB value is (204,94,234). Sum of RGB (Red+Green+Blue) = 204+94+234=532 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.35% from 532); Green value is 94 (37.11% from 255 or 17.67% from 532); Blue value is 234 (91.80% from 255 or 43.98% from 532); Max value from RGB is 234 - color contains mainly: blue. Hex color #CC5EEA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC5EEA is #33A115. Grayscale: #8E8E8E. Windows color (decimal): -3383574 or 15359692. OLE color: 15359692.

HSL color Cylindrical-coordinate representation of color #CC5EEA: hue angle of 287.14º degrees, saturation: 0.77, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CC5EEA is Cyan = 0.13, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 204 94 234 -
CMYK 0.13 0.60 0 0.08
HSL 287.14º 0.77% 0.64% -
HSV(B) 287.14º 0.6% 0.92% -
XYZ 43.76 26.78 80.71 -
YUV 142.85 179.44 171.62 -
System Red Green Blue C M Y K H S L
Decimal 204 94 234 0.13 0.60 0 0.08 287.14 0.77 0.64
Hex CC 5E EA D 3C 0 8 11F 4D 40
Octal 314 136 352 15 74 0 10 437 115 100
Binary 11001100 1011110 11101010 1101 111100 0 1000 100011111 1001101 1000000

Color Harmonies of #CC5EEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC5EEA

Black with #CC5EEA

Text Example


Text Example

White with #CC5EEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC5EEA; }

 p { color: rgb(204,94,234); }

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

background-color css

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

 a { background-color: rgb(204,94,234); }

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

border-color css

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

 span { border-color: rgb(204,94,234); }

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