Html Css Color HEX #CC3ADE Medium Orchid

📋 copy color: '#CC3ADE'

red 204 ◦ green 58 ◦ blue 222

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

Shades of Medium Orchid #CC3ADE

Tints of Medium Orchid #CC3ADE

RGB

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

 GREEN value IS 58 (23.05% from 255) = 11.98%

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

R = 42.15%
G = 11.98%
B = 45.87%

CMYK

 C value IS 0.08

 M value IS 0.74

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CC3ADE (or 0xCC3ADE) is known color: Medium Orchid. HEX triplet: CC, 3A and DE. RGB value is (204,58,222). Sum of RGB (Red+Green+Blue) = 204+58+222=484 (64% of max value = 765). Red value is 204 (80.08% from 255 or 42.15% from 484); Green value is 58 (23.05% from 255 or 11.98% from 484); Blue value is 222 (87.11% from 255 or 45.87% from 484); Max value from RGB is 222 - color contains mainly: blue. Hex color #CC3ADE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC3ADE is #33C521. Grayscale: #777777. Windows color (decimal): -3392802 or 14564044. OLE color: 14564044.

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

Color convert

RGB 204 58 222 -
CMYK 0.08 0.74 0 0.13
HSL 293.41º 0.71% 0.55% -
HSV(B) 293.41º 0.74% 0.87% -
XYZ 39.6 21.14 71.1 -
YUV 120.35 185.37 187.66 -
System Red Green Blue C M Y K H S L
Decimal 204 58 222 0.08 0.74 0 0.13 293.41 0.71 0.55
Hex CC 3A DE 8 4A 0 D 125 47 37
Octal 314 72 336 10 112 0 15 445 107 67
Binary 11001100 111010 11011110 1000 1001010 0 1101 100100101 1000111 110111

Color Harmonies of #CC3ADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC3ADE

Black with #CC3ADE

Text Example


Text Example

White with #CC3ADE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC3ADE; }

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

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

background-color css

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

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

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

border-color css

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

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

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