Html Css Color HEX #C645DB Medium Orchid

📋 copy color: '#C645DB'

red 198 ◦ green 69 ◦ blue 219

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

Shades of Medium Orchid #C645DB

Tints of Medium Orchid #C645DB

RGB

 RED value IS 198 (77.73% from 255) = 40.74%

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

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

R = 40.74%
G = 14.2%
B = 45.06%

CMYK

 C value IS 0.10

 M value IS 0.68

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C645DB (or 0xC645DB) is known color: Medium Orchid. HEX triplet: C6, 45 and DB. RGB value is (198,69,219). Sum of RGB (Red+Green+Blue) = 198+69+219=486 (64% of max value = 765). Red value is 198 (77.73% from 255 or 40.74% from 486); Green value is 69 (27.34% from 255 or 14.20% from 486); Blue value is 219 (85.94% from 255 or 45.06% from 486); Max value from RGB is 219 - color contains mainly: blue. Hex color #C645DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C645DB is #39BA24. Grayscale: #7C7C7C. Windows color (decimal): -3783205 or 14370246. OLE color: 14370246.

HSL color Cylindrical-coordinate representation of color #C645DB: hue angle of 291.6º 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 #C645DB is Cyan = 0.10, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 198 69 219 -
CMYK 0.10 0.68 0 0.14
HSL 291.6º 0.68% 0.56% -
HSV(B) 291.6º 0.68% 0.86% -
XYZ 38.2 21.38 69.13 -
YUV 124.67 181.24 180.3 -
System Red Green Blue C M Y K H S L
Decimal 198 69 219 0.10 0.68 0 0.14 291.6 0.68 0.56
Hex C6 45 DB A 44 0 E 124 44 38
Octal 306 105 333 12 104 0 16 444 104 70
Binary 11000110 1000101 11011011 1010 1000100 0 1110 100100100 1000100 111000

Color Harmonies of #C645DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C645DB

Black with #C645DB

Text Example


Text Example

White with #C645DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C645DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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