Html Css Color HEX #CC40EB Medium Orchid

📋 copy color: '#CC40EB'

red 204 ◦ green 64 ◦ blue 235

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

Shades of Medium Orchid #CC40EB

Tints of Medium Orchid #CC40EB

RGB

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

 GREEN value IS 64 (25.39% from 255) = 12.72%

 BLUE value IS 235 (92.19% from 255) = 46.72%

R = 40.56%
G = 12.72%
B = 46.72%

CMYK

 C value IS 0.13

 M value IS 0.73

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#CC40EB (or 0xCC40EB) is known color: Medium Orchid. HEX triplet: CC, 40 and EB. RGB value is (204,64,235). Sum of RGB (Red+Green+Blue) = 204+64+235=503 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.56% from 503); Green value is 64 (25.39% from 255 or 12.72% from 503); Blue value is 235 (92.19% from 255 or 46.72% from 503); Max value from RGB is 235 - color contains mainly: blue. Hex color #CC40EB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CC40EB is #33BF14. Grayscale: #7C7C7C. Windows color (decimal): -3391253 or 15417548. OLE color: 15417548.

HSL color Cylindrical-coordinate representation of color #CC40EB: hue angle of 289.12º degrees, saturation: 0.81, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CC40EB is Cyan = 0.13, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 204 64 235 -
CMYK 0.13 0.73 0 0.08
HSL 289.12º 0.81% 0.59% -
HSV(B) 289.12º 0.73% 0.92% -
XYZ 41.73 22.5 80.74 -
YUV 125.35 189.88 184.1 -
System Red Green Blue C M Y K H S L
Decimal 204 64 235 0.13 0.73 0 0.08 289.12 0.81 0.59
Hex CC 40 EB D 49 0 8 121 51 3B
Octal 314 100 353 15 111 0 10 441 121 73
Binary 11001100 1000000 11101011 1101 1001001 0 1000 100100001 1010001 111011

Color Harmonies of #CC40EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC40EB

Black with #CC40EB

Text Example


Text Example

White with #CC40EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC40EB; }

 p { color: rgb(204,64,235); }

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

background-color css

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

 a { background-color: rgb(204,64,235); }

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

border-color css

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

 span { border-color: rgb(204,64,235); }

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