Html Css Color HEX #CC3BDD Medium Orchid

📋 copy color: '#CC3BDD'

red 204 ◦ green 59 ◦ blue 221

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

Shades of Medium Orchid #CC3BDD

Tints of Medium Orchid #CC3BDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 45.66%

R = 42.15%
G = 12.19%
B = 45.66%

CMYK

 C value IS 0.08

 M value IS 0.73

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CC3BDD (or 0xCC3BDD) is known color: Medium Orchid. HEX triplet: CC, 3B and DD. RGB value is (204,59,221). Sum of RGB (Red+Green+Blue) = 204+59+221=484 (64% of max value = 765). Red value is 204 (80.08% from 255 or 42.15% from 484); Green value is 59 (23.44% from 255 or 12.19% from 484); Blue value is 221 (86.72% from 255 or 45.66% from 484); Max value from RGB is 221 - color contains mainly: blue. Hex color #CC3BDD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC3BDD is #33C422. Grayscale: #787878. Windows color (decimal): -3392547 or 14498764. OLE color: 14498764.

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

Color convert

RGB 204 59 221 -
CMYK 0.08 0.73 0 0.13
HSL 293.7º 0.7% 0.55% -
HSV(B) 293.7º 0.73% 0.87% -
XYZ 39.52 21.19 70.41 -
YUV 120.82 184.54 187.33 -
System Red Green Blue C M Y K H S L
Decimal 204 59 221 0.08 0.73 0 0.13 293.7 0.7 0.55
Hex CC 3B DD 8 49 0 D 126 46 37
Octal 314 73 335 10 111 0 15 446 106 67
Binary 11001100 111011 11011101 1000 1001001 0 1101 100100110 1000110 110111

Color Harmonies of #CC3BDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC3BDD

Black with #CC3BDD

Text Example


Text Example

White with #CC3BDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC3BDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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