Html Css Color HEX #CC44EE Medium Orchid

📋 copy color: '#CC44EE'

red 204 ◦ green 68 ◦ blue 238

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

Shades of Medium Orchid #CC44EE

Tints of Medium Orchid #CC44EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 46.67%

R = 40%
G = 13.33%
B = 46.67%

CMYK

 C value IS 0.14

 M value IS 0.71

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CC44EE (or 0xCC44EE) is known color: Medium Orchid. HEX triplet: CC, 44 and EE. RGB value is (204,68,238). Sum of RGB (Red+Green+Blue) = 204+68+238=510 (67% of max value = 765). Red value is 204 (80.08% from 255 or 40% from 510); Green value is 68 (26.95% from 255 or 13.33% from 510); Blue value is 238 (93.36% from 255 or 46.67% from 510); Max value from RGB is 238 - color contains mainly: blue. Hex color #CC44EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CC44EE is #33BB11. Grayscale: #7F7F7F. Windows color (decimal): -3390226 or 15615180. OLE color: 15615180.

HSL color Cylindrical-coordinate representation of color #CC44EE: hue angle of 288º degrees, saturation: 0.83, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CC44EE is Cyan = 0.14, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 204 68 238 -
CMYK 0.14 0.71 0 0.07
HSL 288º 0.83% 0.6% -
HSV(B) 288º 0.71% 0.93% -
XYZ 42.4 23.14 83.12 -
YUV 128.04 190.06 182.18 -
System Red Green Blue C M Y K H S L
Decimal 204 68 238 0.14 0.71 0 0.07 288 0.83 0.6
Hex CC 44 EE E 47 0 7 120 53 3C
Octal 314 104 356 16 107 0 7 440 123 74
Binary 11001100 1000100 11101110 1110 1000111 0 111 100100000 1010011 111100

Color Harmonies of #CC44EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC44EE

Black with #CC44EE

Text Example


Text Example

White with #CC44EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC44EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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