Html Css Color HEX #CC3FDC Medium Orchid

📋 copy color: '#CC3FDC'

red 204 ◦ green 63 ◦ blue 220

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

Shades of Medium Orchid #CC3FDC

Tints of Medium Orchid #CC3FDC

RGB

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

 GREEN value IS 63 (25% from 255) = 12.94%

 BLUE value IS 220 (86.33% from 255) = 45.17%

R = 41.89%
G = 12.94%
B = 45.17%

CMYK

 C value IS 0.07

 M value IS 0.71

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CC3FDC (or 0xCC3FDC) is known color: Medium Orchid. HEX triplet: CC, 3F and DC. RGB value is (204,63,220). Sum of RGB (Red+Green+Blue) = 204+63+220=487 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.89% from 487); Green value is 63 (25% from 255 or 12.94% from 487); Blue value is 220 (86.33% from 255 or 45.17% from 487); Max value from RGB is 220 - color contains mainly: blue. Hex color #CC3FDC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC3FDC is #33C023. Grayscale: #7A7A7A. Windows color (decimal): -3391524 or 14434252. OLE color: 14434252.

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

Color convert

RGB 204 63 220 -
CMYK 0.07 0.71 0 0.14
HSL 293.89º 0.69% 0.55% -
HSV(B) 293.89º 0.71% 0.86% -
XYZ 39.6 21.56 69.78 -
YUV 123.06 182.71 185.73 -
System Red Green Blue C M Y K H S L
Decimal 204 63 220 0.07 0.71 0 0.14 293.89 0.69 0.55
Hex CC 3F DC 7 47 0 E 126 45 37
Octal 314 77 334 7 107 0 16 446 105 67
Binary 11001100 111111 11011100 111 1000111 0 1110 100100110 1000101 110111

Color Harmonies of #CC3FDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC3FDC

Black with #CC3FDC

Text Example


Text Example

White with #CC3FDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC3FDC; }

 p { color: rgb(204,63,220); }

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

background-color css

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

 a { background-color: rgb(204,63,220); }

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

border-color css

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

 span { border-color: rgb(204,63,220); }

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