Html Css Color HEX #CC3CDB Medium Orchid

📋 copy color: '#CC3CDB'

red 204 ◦ green 60 ◦ blue 219

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

Shades of Medium Orchid #CC3CDB

Tints of Medium Orchid #CC3CDB

RGB

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

 GREEN value IS 60 (23.83% from 255) = 12.42%

 BLUE value IS 219 (85.94% from 255) = 45.34%

R = 42.24%
G = 12.42%
B = 45.34%

CMYK

 C value IS 0.07

 M value IS 0.73

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CC3CDB (or 0xCC3CDB) is known color: Medium Orchid. HEX triplet: CC, 3C and DB. RGB value is (204,60,219). Sum of RGB (Red+Green+Blue) = 204+60+219=483 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.24% from 483); Green value is 60 (23.83% from 255 or 12.42% from 483); Blue value is 219 (85.94% from 255 or 45.34% from 483); Max value from RGB is 219 - color contains mainly: blue. Hex color #CC3CDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC3CDB is #33C324. Grayscale: #787878. Windows color (decimal): -3392293 or 14367948. OLE color: 14367948.

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

Color convert

RGB 204 60 219 -
CMYK 0.07 0.73 0 0.14
HSL 294.34º 0.69% 0.55% -
HSV(B) 294.34º 0.73% 0.86% -
XYZ 39.3 21.18 69.04 -
YUV 121.18 183.21 187.07 -
System Red Green Blue C M Y K H S L
Decimal 204 60 219 0.07 0.73 0 0.14 294.34 0.69 0.55
Hex CC 3C DB 7 49 0 E 126 45 37
Octal 314 74 333 7 111 0 16 446 105 67
Binary 11001100 111100 11011011 111 1001001 0 1110 100100110 1000101 110111

Color Harmonies of #CC3CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC3CDB

Black with #CC3CDB

Text Example


Text Example

White with #CC3CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC3CDB; }

 p { color: rgb(204,60,219); }

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

background-color css

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

 a { background-color: rgb(204,60,219); }

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

border-color css

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

 span { border-color: rgb(204,60,219); }

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