Html Css Color HEX #CC3DDB Medium Orchid

📋 copy color: '#CC3DDB'

red 204 ◦ green 61 ◦ blue 219

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

Shades of Medium Orchid #CC3DDB

Tints of Medium Orchid #CC3DDB

RGB

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

 GREEN value IS 61 (24.22% from 255) = 12.6%

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

R = 42.15%
G = 12.6%
B = 45.25%

CMYK

 C value IS 0.07

 M value IS 0.72

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CC3DDB (or 0xCC3DDB) is known color: Medium Orchid. HEX triplet: CC, 3D and DB. RGB value is (204,61,219). Sum of RGB (Red+Green+Blue) = 204+61+219=484 (64% of max value = 765). Red value is 204 (80.08% from 255 or 42.15% from 484); Green value is 61 (24.22% from 255 or 12.60% from 484); Blue value is 219 (85.94% from 255 or 45.25% from 484); Max value from RGB is 219 - color contains mainly: blue. Hex color #CC3DDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC3DDB is #33C224. Grayscale: #797979. Windows color (decimal): -3392037 or 14368204. OLE color: 14368204.

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

Color convert

RGB 204 61 219 -
CMYK 0.07 0.72 0 0.14
HSL 294.3º 0.69% 0.55% -
HSV(B) 294.3º 0.72% 0.86% -
XYZ 39.36 21.29 69.05 -
YUV 121.77 182.88 186.65 -
System Red Green Blue C M Y K H S L
Decimal 204 61 219 0.07 0.72 0 0.14 294.3 0.69 0.55
Hex CC 3D DB 7 48 0 E 126 45 37
Octal 314 75 333 7 110 0 16 446 105 67
Binary 11001100 111101 11011011 111 1001000 0 1110 100100110 1000101 110111

Color Harmonies of #CC3DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC3DDB

Black with #CC3DDB

Text Example


Text Example

White with #CC3DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC3DDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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