Html Css Color HEX #CC45FE Medium Orchid

📋 copy color: '#CC45FE'

red 204 ◦ green 69 ◦ blue 254

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

Shades of Medium Orchid #CC45FE

Tints of Medium Orchid #CC45FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 48.2%

R = 38.71%
G = 13.09%
B = 48.2%

CMYK

 C value IS 0.20

 M value IS 0.73

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#CC45FE (or 0xCC45FE) is known color: Medium Orchid. HEX triplet: CC, 45 and FE. RGB value is (204,69,254). Sum of RGB (Red+Green+Blue) = 204+69+254=527 (69% of max value = 765). Red value is 204 (80.08% from 255 or 38.71% from 527); Green value is 69 (27.34% from 255 or 13.09% from 527); Blue value is 254 (99.61% from 255 or 48.20% from 527); Max value from RGB is 254 - color contains mainly: blue. Hex color #CC45FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CC45FE is #33BA01. Grayscale: #818181. Windows color (decimal): -3389954 or 16664012. OLE color: 16664012.

HSL color Cylindrical-coordinate representation of color #CC45FE: hue angle of 283.78º degrees, saturation: 0.99, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CC45FE is Cyan = 0.20, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 204 69 254 -
CMYK 0.20 0.73 0 0.00
HSL 283.78º 0.99% 0.63% -
HSV(B) 283.78º 0.73% 1% -
XYZ 44.92 24.25 96.08 -
YUV 130.46 197.73 180.46 -
System Red Green Blue C M Y K H S L
Decimal 204 69 254 0.20 0.73 0 0.00 283.78 0.99 0.63
Hex CC 45 FE 14 49 0 0 11C 63 3F
Octal 314 105 376 24 111 0 0 434 143 77
Binary 11001100 1000101 11111110 10100 1001001 0 0 100011100 1100011 111111

Color Harmonies of #CC45FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC45FE

Black with #CC45FE

Text Example


Text Example

White with #CC45FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC45FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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