Html Css Color HEX #CC40DB Medium Orchid

📋 copy color: '#CC40DB'

red 204 ◦ green 64 ◦ blue 219

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

Shades of Medium Orchid #CC40DB

Tints of Medium Orchid #CC40DB

RGB

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

 GREEN value IS 64 (25.39% from 255) = 13.14%

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

R = 41.89%
G = 13.14%
B = 44.97%

CMYK

 C value IS 0.07

 M value IS 0.71

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CC40DB (or 0xCC40DB) is known color: Medium Orchid. HEX triplet: CC, 40 and DB. RGB value is (204,64,219). Sum of RGB (Red+Green+Blue) = 204+64+219=487 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.89% from 487); Green value is 64 (25.39% from 255 or 13.14% from 487); Blue value is 219 (85.94% from 255 or 44.97% from 487); Max value from RGB is 219 - color contains mainly: blue. Hex color #CC40DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC40DB is #33BF24. Grayscale: #7B7B7B. Windows color (decimal): -3391269 or 14368972. OLE color: 14368972.

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

Color convert

RGB 204 64 219 -
CMYK 0.07 0.71 0 0.14
HSL 294.19º 0.68% 0.55% -
HSV(B) 294.19º 0.71% 0.86% -
XYZ 39.52 21.62 69.11 -
YUV 123.53 181.88 185.4 -
System Red Green Blue C M Y K H S L
Decimal 204 64 219 0.07 0.71 0 0.14 294.19 0.68 0.55
Hex CC 40 DB 7 47 0 E 126 44 37
Octal 314 100 333 7 107 0 16 446 104 67
Binary 11001100 1000000 11011011 111 1000111 0 1110 100100110 1000100 110111

Color Harmonies of #CC40DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC40DB

Black with #CC40DB

Text Example


Text Example

White with #CC40DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC40DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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