Html Css Color HEX #CC45DB Medium Orchid

📋 copy color: '#CC45DB'

red 204 ◦ green 69 ◦ blue 219

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

Shades of Medium Orchid #CC45DB

Tints of Medium Orchid #CC45DB

RGB

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

 GREEN value IS 69 (27.34% from 255) = 14.02%

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

R = 41.46%
G = 14.02%
B = 44.51%

CMYK

 C value IS 0.07

 M value IS 0.68

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CC45DB (or 0xCC45DB) is known color: Medium Orchid. HEX triplet: CC, 45 and DB. RGB value is (204,69,219). Sum of RGB (Red+Green+Blue) = 204+69+219=492 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.46% from 492); Green value is 69 (27.34% from 255 or 14.02% from 492); Blue value is 219 (85.94% from 255 or 44.51% from 492); Max value from RGB is 219 - color contains mainly: blue. Hex color #CC45DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC45DB is #33BA24. Grayscale: #7E7E7E. Windows color (decimal): -3389989 or 14370252. OLE color: 14370252.

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

Color convert

RGB 204 69 219 -
CMYK 0.07 0.68 0 0.14
HSL 294º 0.68% 0.56% -
HSV(B) 294º 0.68% 0.86% -
XYZ 39.82 22.21 69.21 -
YUV 126.47 180.23 183.3 -
System Red Green Blue C M Y K H S L
Decimal 204 69 219 0.07 0.68 0 0.14 294 0.68 0.56
Hex CC 45 DB 7 44 0 E 126 44 38
Octal 314 105 333 7 104 0 16 446 104 70
Binary 11001100 1000101 11011011 111 1000100 0 1110 100100110 1000100 111000

Color Harmonies of #CC45DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC45DB

Black with #CC45DB

Text Example


Text Example

White with #CC45DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC45DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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