Html Css Color HEX #CC45EF Medium Orchid

📋 copy color: '#CC45EF'

red 204 ◦ green 69 ◦ blue 239

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

Shades of Medium Orchid #CC45EF

Tints of Medium Orchid #CC45EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 46.68%

R = 39.84%
G = 13.48%
B = 46.68%

CMYK

 C value IS 0.15

 M value IS 0.71

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#CC45EF (or 0xCC45EF) is known color: Medium Orchid. HEX triplet: CC, 45 and EF. RGB value is (204,69,239). Sum of RGB (Red+Green+Blue) = 204+69+239=512 (67% of max value = 765). Red value is 204 (80.08% from 255 or 39.84% from 512); Green value is 69 (27.34% from 255 or 13.48% from 512); Blue value is 239 (93.75% from 255 or 46.68% from 512); Max value from RGB is 239 - color contains mainly: blue. Hex color #CC45EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CC45EF is #33BA10. Grayscale: #808080. Windows color (decimal): -3389969 or 15680972. OLE color: 15680972.

HSL color Cylindrical-coordinate representation of color #CC45EF: hue angle of 287.65º degrees, saturation: 0.84, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CC45EF is Cyan = 0.15, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 204 69 239 -
CMYK 0.15 0.71 0 0.06
HSL 287.65º 0.84% 0.6% -
HSV(B) 287.65º 0.71% 0.94% -
XYZ 42.61 23.33 83.92 -
YUV 128.75 190.23 181.68 -
System Red Green Blue C M Y K H S L
Decimal 204 69 239 0.15 0.71 0 0.06 287.65 0.84 0.6
Hex CC 45 EF F 47 0 6 120 54 3C
Octal 314 105 357 17 107 0 6 440 124 74
Binary 11001100 1000101 11101111 1111 1000111 0 110 100100000 1010100 111100

Color Harmonies of #CC45EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC45EF

Black with #CC45EF

Text Example


Text Example

White with #CC45EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC45EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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