Html Css Color HEX #CC3BD7 Medium Orchid

📋 copy color: '#CC3BD7'

red 204 ◦ green 59 ◦ blue 215

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

Shades of Medium Orchid #CC3BD7

Tints of Medium Orchid #CC3BD7

RGB

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

 GREEN value IS 59 (23.44% from 255) = 12.34%

 BLUE value IS 215 (84.38% from 255) = 44.98%

R = 42.68%
G = 12.34%
B = 44.98%

CMYK

 C value IS 0.05

 M value IS 0.73

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#CC3BD7 (or 0xCC3BD7) is known color: Medium Orchid. HEX triplet: CC, 3B and D7. RGB value is (204,59,215). Sum of RGB (Red+Green+Blue) = 204+59+215=478 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.68% from 478); Green value is 59 (23.44% from 255 or 12.34% from 478); Blue value is 215 (84.38% from 255 or 44.98% from 478); Max value from RGB is 215 - color contains mainly: blue. Hex color #CC3BD7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC3BD7 is #33C428. Grayscale: #777777. Windows color (decimal): -3392553 or 14105548. OLE color: 14105548.

HSL color Cylindrical-coordinate representation of color #CC3BD7: hue angle of 295.77º degrees, saturation: 0.66, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CC3BD7 is Cyan = 0.05, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 204 59 215 -
CMYK 0.05 0.73 0 0.16
HSL 295.77º 0.66% 0.54% -
HSV(B) 295.77º 0.73% 0.84% -
XYZ 38.73 20.87 66.28 -
YUV 120.14 181.54 187.82 -
System Red Green Blue C M Y K H S L
Decimal 204 59 215 0.05 0.73 0 0.16 295.77 0.66 0.54
Hex CC 3B D7 5 49 0 10 128 42 36
Octal 314 73 327 5 111 0 20 450 102 66
Binary 11001100 111011 11010111 101 1001001 0 10000 100101000 1000010 110110

Color Harmonies of #CC3BD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC3BD7

Black with #CC3BD7

Text Example


Text Example

White with #CC3BD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC3BD7; }

 p { color: rgb(204,59,215); }

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

background-color css

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

 a { background-color: rgb(204,59,215); }

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

border-color css

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

 span { border-color: rgb(204,59,215); }

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