Html Css Color HEX #CC45FC Medium Orchid

📋 copy color: '#CC45FC'

red 204 ◦ green 69 ◦ blue 252

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

Shades of Medium Orchid #CC45FC

Tints of Medium Orchid #CC45FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 48%

R = 38.86%
G = 13.14%
B = 48%

CMYK

 C value IS 0.19

 M value IS 0.73

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#CC45FC (or 0xCC45FC) is known color: Medium Orchid. HEX triplet: CC, 45 and FC. RGB value is (204,69,252). Sum of RGB (Red+Green+Blue) = 204+69+252=525 (69% of max value = 765). Red value is 204 (80.08% from 255 or 38.86% from 525); Green value is 69 (27.34% from 255 or 13.14% from 525); Blue value is 252 (98.83% from 255 or 48% from 525); Max value from RGB is 252 - color contains mainly: blue. Hex color #CC45FC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CC45FC is #33BA03. Grayscale: #818181. Windows color (decimal): -3389956 or 16532940. OLE color: 16532940.

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

Color convert

RGB 204 69 252 -
CMYK 0.19 0.73 0 0.01
HSL 284.26º 0.97% 0.63% -
HSV(B) 284.26º 0.73% 0.99% -
XYZ 44.6 24.12 94.4 -
YUV 130.23 196.73 180.62 -
System Red Green Blue C M Y K H S L
Decimal 204 69 252 0.19 0.73 0 0.01 284.26 0.97 0.63
Hex CC 45 FC 13 49 0 1 11C 61 3F
Octal 314 105 374 23 111 0 1 434 141 77
Binary 11001100 1000101 11111100 10011 1001001 0 1 100011100 1100001 111111

Color Harmonies of #CC45FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC45FC

Black with #CC45FC

Text Example


Text Example

White with #CC45FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC45FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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