Html Css Color HEX #CC44EA Medium Orchid

📋 copy color: '#CC44EA'

red 204 ◦ green 68 ◦ blue 234

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

Shades of Medium Orchid #CC44EA

Tints of Medium Orchid #CC44EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 46.25%

R = 40.32%
G = 13.44%
B = 46.25%

CMYK

 C value IS 0.13

 M value IS 0.71

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#CC44EA (or 0xCC44EA) is known color: Medium Orchid. HEX triplet: CC, 44 and EA. RGB value is (204,68,234). Sum of RGB (Red+Green+Blue) = 204+68+234=506 (67% of max value = 765). Red value is 204 (80.08% from 255 or 40.32% from 506); Green value is 68 (26.95% from 255 or 13.44% from 506); Blue value is 234 (91.80% from 255 or 46.25% from 506); Max value from RGB is 234 - color contains mainly: blue. Hex color #CC44EA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CC44EA is #33BB15. Grayscale: #7F7F7F. Windows color (decimal): -3390230 or 15353036. OLE color: 15353036.

HSL color Cylindrical-coordinate representation of color #CC44EA: hue angle of 289.16º degrees, saturation: 0.8, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CC44EA is Cyan = 0.13, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 204 68 234 -
CMYK 0.13 0.71 0 0.08
HSL 289.16º 0.8% 0.59% -
HSV(B) 289.16º 0.71% 0.92% -
XYZ 41.82 22.91 80.06 -
YUV 127.59 188.06 182.5 -
System Red Green Blue C M Y K H S L
Decimal 204 68 234 0.13 0.71 0 0.08 289.16 0.8 0.59
Hex CC 44 EA D 47 0 8 121 50 3B
Octal 314 104 352 15 107 0 10 441 120 73
Binary 11001100 1000100 11101010 1101 1000111 0 1000 100100001 1010000 111011

Color Harmonies of #CC44EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC44EA

Black with #CC44EA

Text Example


Text Example

White with #CC44EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC44EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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