Html Css Color HEX #CC45EA Medium Orchid

📋 copy color: '#CC45EA'

red 204 ◦ green 69 ◦ blue 234

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

Shades of Medium Orchid #CC45EA

Tints of Medium Orchid #CC45EA

RGB

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

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

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

R = 40.24%
G = 13.61%
B = 46.15%

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

#CC45EA (or 0xCC45EA) is known color: Medium Orchid. HEX triplet: CC, 45 and EA. RGB value is (204,69,234). Sum of RGB (Red+Green+Blue) = 204+69+234=507 (67% of max value = 765). Red value is 204 (80.08% from 255 or 40.24% from 507); Green value is 69 (27.34% from 255 or 13.61% from 507); Blue value is 234 (91.80% from 255 or 46.15% from 507); Max value from RGB is 234 - color contains mainly: blue. Hex color #CC45EA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CC45EA is #33BA15. Grayscale: #7F7F7F. Windows color (decimal): -3389974 or 15353292. OLE color: 15353292.

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

Color convert

RGB 204 69 234 -
CMYK 0.13 0.71 0 0.08
HSL 289.09º 0.8% 0.59% -
HSV(B) 289.09º 0.71% 0.92% -
XYZ 41.88 23.03 80.08 -
YUV 128.18 187.73 182.08 -
System Red Green Blue C M Y K H S L
Decimal 204 69 234 0.13 0.71 0 0.08 289.09 0.8 0.59
Hex CC 45 EA D 47 0 8 121 50 3B
Octal 314 105 352 15 107 0 10 441 120 73
Binary 11001100 1000101 11101010 1101 1000111 0 1000 100100001 1010000 111011

Color Harmonies of #CC45EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC45EA

Black with #CC45EA

Text Example


Text Example

White with #CC45EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC45EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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