Html Css Color HEX #CC44FA Medium Orchid

📋 copy color: '#CC44FA'

red 204 ◦ green 68 ◦ blue 250

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

Shades of Medium Orchid #CC44FA

Tints of Medium Orchid #CC44FA

RGB

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

 GREEN value IS 68 (26.95% from 255) = 13.03%

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

R = 39.08%
G = 13.03%
B = 47.89%

CMYK

 C value IS 0.18

 M value IS 0.73

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CC44FA (or 0xCC44FA) is known color: Medium Orchid. HEX triplet: CC, 44 and FA. RGB value is (204,68,250). Sum of RGB (Red+Green+Blue) = 204+68+250=522 (69% of max value = 765). Red value is 204 (80.08% from 255 or 39.08% from 522); Green value is 68 (26.95% from 255 or 13.03% from 522); Blue value is 250 (98.05% from 255 or 47.89% from 522); Max value from RGB is 250 - color contains mainly: blue. Hex color #CC44FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CC44FA is #33BB05. Grayscale: #808080. Windows color (decimal): -3390214 or 16401612. OLE color: 16401612.

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

Color convert

RGB 204 68 250 -
CMYK 0.18 0.73 0 0.02
HSL 284.84º 0.95% 0.62% -
HSV(B) 284.84º 0.73% 0.98% -
XYZ 44.22 23.87 92.72 -
YUV 129.41 196.06 181.2 -
System Red Green Blue C M Y K H S L
Decimal 204 68 250 0.18 0.73 0 0.02 284.84 0.95 0.62
Hex CC 44 FA 12 49 0 2 11D 5F 3E
Octal 314 104 372 22 111 0 2 435 137 76
Binary 11001100 1000100 11111010 10010 1001001 0 10 100011101 1011111 111110

Color Harmonies of #CC44FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC44FA

Black with #CC44FA

Text Example


Text Example

White with #CC44FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC44FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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