Html Css Color HEX #CC3ADF Medium Orchid

📋 copy color: '#CC3ADF'

red 204 ◦ green 58 ◦ blue 223

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

Shades of Medium Orchid #CC3ADF

Tints of Medium Orchid #CC3ADF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 45.98%

R = 42.06%
G = 11.96%
B = 45.98%

CMYK

 C value IS 0.09

 M value IS 0.74

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CC3ADF (or 0xCC3ADF) is known color: Medium Orchid. HEX triplet: CC, 3A and DF. RGB value is (204,58,223). Sum of RGB (Red+Green+Blue) = 204+58+223=485 (64% of max value = 765). Red value is 204 (80.08% from 255 or 42.06% from 485); Green value is 58 (23.05% from 255 or 11.96% from 485); Blue value is 223 (87.5% from 255 or 45.98% from 485); Max value from RGB is 223 - color contains mainly: blue. Hex color #CC3ADF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC3ADF is #33C520. Grayscale: #777777. Windows color (decimal): -3392801 or 14629580. OLE color: 14629580.

HSL color Cylindrical-coordinate representation of color #CC3ADF: hue angle of 293.09º degrees, saturation: 0.72, 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 #CC3ADF is Cyan = 0.09, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 204 58 223 -
CMYK 0.09 0.74 0 0.13
HSL 293.09º 0.72% 0.55% -
HSV(B) 293.09º 0.74% 0.87% -
XYZ 39.73 21.19 71.81 -
YUV 120.46 185.87 187.58 -
System Red Green Blue C M Y K H S L
Decimal 204 58 223 0.09 0.74 0 0.13 293.09 0.72 0.55
Hex CC 3A DF 9 4A 0 D 125 48 37
Octal 314 72 337 11 112 0 15 445 110 67
Binary 11001100 111010 11011111 1001 1001010 0 1101 100100101 1001000 110111

Color Harmonies of #CC3ADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC3ADF

Black with #CC3ADF

Text Example


Text Example

White with #CC3ADF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC3ADF; }

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

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

background-color css

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

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

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

border-color css

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

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

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