Html Css Color HEX #CC44DE Medium Orchid

📋 copy color: '#CC44DE'

red 204 ◦ green 68 ◦ blue 222

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

Shades of Medium Orchid #CC44DE

Tints of Medium Orchid #CC44DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 44.94%

R = 41.3%
G = 13.77%
B = 44.94%

CMYK

 C value IS 0.08

 M value IS 0.69

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CC44DE (or 0xCC44DE) is known color: Medium Orchid. HEX triplet: CC, 44 and DE. RGB value is (204,68,222). Sum of RGB (Red+Green+Blue) = 204+68+222=494 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.30% from 494); Green value is 68 (26.95% from 255 or 13.77% from 494); Blue value is 222 (87.11% from 255 or 44.94% from 494); Max value from RGB is 222 - color contains mainly: blue. Hex color #CC44DE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC44DE is #33BB21. Grayscale: #7D7D7D. Windows color (decimal): -3390242 or 14566604. OLE color: 14566604.

HSL color Cylindrical-coordinate representation of color #CC44DE: hue angle of 292.99º degrees, saturation: 0.7, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CC44DE is Cyan = 0.08, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 204 68 222 -
CMYK 0.08 0.69 0 0.13
HSL 292.99º 0.7% 0.57% -
HSV(B) 292.99º 0.69% 0.87% -
XYZ 40.15 22.25 71.28 -
YUV 126.22 182.06 183.48 -
System Red Green Blue C M Y K H S L
Decimal 204 68 222 0.08 0.69 0 0.13 292.99 0.7 0.57
Hex CC 44 DE 8 45 0 D 125 46 39
Octal 314 104 336 10 105 0 15 445 106 71
Binary 11001100 1000100 11011110 1000 1000101 0 1101 100100101 1000110 111001

Color Harmonies of #CC44DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC44DE

Black with #CC44DE

Text Example


Text Example

White with #CC44DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC44DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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