Html Css Color HEX #CC4FDB Medium Orchid

📋 copy color: '#CC4FDB'

red 204 ◦ green 79 ◦ blue 219

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

Shades of Medium Orchid #CC4FDB

Tints of Medium Orchid #CC4FDB

RGB

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

 GREEN value IS 79 (31.25% from 255) = 15.74%

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

R = 40.64%
G = 15.74%
B = 43.63%

CMYK

 C value IS 0.07

 M value IS 0.64

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CC4FDB (or 0xCC4FDB) is known color: Medium Orchid. HEX triplet: CC, 4F and DB. RGB value is (204,79,219). Sum of RGB (Red+Green+Blue) = 204+79+219=502 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.64% from 502); Green value is 79 (31.25% from 255 or 15.74% from 502); Blue value is 219 (85.94% from 255 or 43.63% from 502); Max value from RGB is 219 - color contains mainly: blue. Hex color #CC4FDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC4FDB is #33B024. Grayscale: #838383. Windows color (decimal): -3387429 or 14372812. OLE color: 14372812.

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

Color convert

RGB 204 79 219 -
CMYK 0.07 0.64 0 0.14
HSL 293.57º 0.66% 0.58% -
HSV(B) 293.57º 0.64% 0.86% -
XYZ 40.48 23.54 69.43 -
YUV 132.34 176.91 179.12 -
System Red Green Blue C M Y K H S L
Decimal 204 79 219 0.07 0.64 0 0.14 293.57 0.66 0.58
Hex CC 4F DB 7 40 0 E 126 42 3A
Octal 314 117 333 7 100 0 16 446 102 72
Binary 11001100 1001111 11011011 111 1000000 0 1110 100100110 1000010 111010

Color Harmonies of #CC4FDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC4FDB

Black with #CC4FDB

Text Example


Text Example

White with #CC4FDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC4FDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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