Html Css Color HEX #CC45FA Medium Orchid

📋 copy color: '#CC45FA'

red 204 ◦ green 69 ◦ blue 250

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

Shades of Medium Orchid #CC45FA

Tints of Medium Orchid #CC45FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 47.8%

R = 39.01%
G = 13.19%
B = 47.8%

CMYK

 C value IS 0.18

 M value IS 0.72

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CC45FA (or 0xCC45FA) is known color: Medium Orchid. HEX triplet: CC, 45 and FA. RGB value is (204,69,250). Sum of RGB (Red+Green+Blue) = 204+69+250=523 (69% of max value = 765). Red value is 204 (80.08% from 255 or 39.01% from 523); Green value is 69 (27.34% from 255 or 13.19% from 523); Blue value is 250 (98.05% from 255 or 47.80% from 523); Max value from RGB is 250 - color contains mainly: blue. Hex color #CC45FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CC45FA is #33BA05. Grayscale: #818181. Windows color (decimal): -3389958 or 16401868. OLE color: 16401868.

HSL color Cylindrical-coordinate representation of color #CC45FA: hue angle of 284.75º degrees, saturation: 0.95, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CC45FA is Cyan = 0.18, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 204 69 250 -
CMYK 0.18 0.72 0 0.02
HSL 284.75º 0.95% 0.63% -
HSV(B) 284.75º 0.72% 0.98% -
XYZ 44.29 24 92.74 -
YUV 130 195.73 180.78 -
System Red Green Blue C M Y K H S L
Decimal 204 69 250 0.18 0.72 0 0.02 284.75 0.95 0.63
Hex CC 45 FA 12 48 0 2 11D 5F 3F
Octal 314 105 372 22 110 0 2 435 137 77
Binary 11001100 1000101 11111010 10010 1001000 0 10 100011101 1011111 111111

Color Harmonies of #CC45FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC45FA

Black with #CC45FA

Text Example


Text Example

White with #CC45FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC45FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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