Html Css Color HEX #CC3BD8 Medium Orchid

📋 copy color: '#CC3BD8'

red 204 ◦ green 59 ◦ blue 216

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

Shades of Medium Orchid #CC3BD8

Tints of Medium Orchid #CC3BD8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 45.09%

R = 42.59%
G = 12.32%
B = 45.09%

CMYK

 C value IS 0.06

 M value IS 0.73

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#CC3BD8 (or 0xCC3BD8) is known color: Medium Orchid. HEX triplet: CC, 3B and D8. RGB value is (204,59,216). Sum of RGB (Red+Green+Blue) = 204+59+216=479 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.59% from 479); Green value is 59 (23.44% from 255 or 12.32% from 479); Blue value is 216 (84.77% from 255 or 45.09% from 479); Max value from RGB is 216 - color contains mainly: blue. Hex color #CC3BD8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC3BD8 is #33C427. Grayscale: #777777. Windows color (decimal): -3392552 or 14171084. OLE color: 14171084.

HSL color Cylindrical-coordinate representation of color #CC3BD8: hue angle of 295.41º degrees, saturation: 0.67, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CC3BD8 is Cyan = 0.06, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 204 59 216 -
CMYK 0.06 0.73 0 0.15
HSL 295.41º 0.67% 0.54% -
HSV(B) 295.41º 0.73% 0.85% -
XYZ 38.86 20.92 66.96 -
YUV 120.25 182.04 187.73 -
System Red Green Blue C M Y K H S L
Decimal 204 59 216 0.06 0.73 0 0.15 295.41 0.67 0.54
Hex CC 3B D8 6 49 0 F 127 43 36
Octal 314 73 330 6 111 0 17 447 103 66
Binary 11001100 111011 11011000 110 1001001 0 1111 100100111 1000011 110110

Color Harmonies of #CC3BD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC3BD8

Black with #CC3BD8

Text Example


Text Example

White with #CC3BD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC3BD8; }

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

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

background-color css

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

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

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

border-color css

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

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

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