Html Css Color HEX #CC45EB Medium Orchid

📋 copy color: '#CC45EB'

red 204 ◦ green 69 ◦ blue 235

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

Shades of Medium Orchid #CC45EB

Tints of Medium Orchid #CC45EB

RGB

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

 GREEN value IS 69 (27.34% from 255) = 13.58%

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

R = 40.16%
G = 13.58%
B = 46.26%

CMYK

 C value IS 0.13

 M value IS 0.71

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#CC45EB (or 0xCC45EB) is known color: Medium Orchid. HEX triplet: CC, 45 and EB. RGB value is (204,69,235). Sum of RGB (Red+Green+Blue) = 204+69+235=508 (67% of max value = 765). Red value is 204 (80.08% from 255 or 40.16% from 508); Green value is 69 (27.34% from 255 or 13.58% from 508); Blue value is 235 (92.19% from 255 or 46.26% from 508); Max value from RGB is 235 - color contains mainly: blue. Hex color #CC45EB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CC45EB is #33BA14. Grayscale: #7F7F7F. Windows color (decimal): -3389973 or 15418828. OLE color: 15418828.

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

Color convert

RGB 204 69 235 -
CMYK 0.13 0.71 0 0.08
HSL 288.8º 0.81% 0.6% -
HSV(B) 288.8º 0.71% 0.92% -
XYZ 42.03 23.09 80.84 -
YUV 128.29 188.23 182 -
System Red Green Blue C M Y K H S L
Decimal 204 69 235 0.13 0.71 0 0.08 288.8 0.81 0.6
Hex CC 45 EB D 47 0 8 121 51 3C
Octal 314 105 353 15 107 0 10 441 121 74
Binary 11001100 1000101 11101011 1101 1000111 0 1000 100100001 1010001 111100

Color Harmonies of #CC45EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC45EB

Black with #CC45EB

Text Example


Text Example

White with #CC45EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC45EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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