Html Css Color HEX #C64CDB Medium Orchid

📋 copy color: '#C64CDB'

red 198 ◦ green 76 ◦ blue 219

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

Shades of Medium Orchid #C64CDB

Tints of Medium Orchid #C64CDB

RGB

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

 GREEN value IS 76 (30.08% from 255) = 15.42%

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

R = 40.16%
G = 15.42%
B = 44.42%

CMYK

 C value IS 0.10

 M value IS 0.65

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C64CDB (or 0xC64CDB) is known color: Medium Orchid. HEX triplet: C6, 4C and DB. RGB value is (198,76,219). Sum of RGB (Red+Green+Blue) = 198+76+219=493 (65% of max value = 765). Red value is 198 (77.73% from 255 or 40.16% from 493); Green value is 76 (30.08% from 255 or 15.42% from 493); Blue value is 219 (85.94% from 255 or 44.42% from 493); Max value from RGB is 219 - color contains mainly: blue. Hex color #C64CDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C64CDB is #39B324. Grayscale: #808080. Windows color (decimal): -3781413 or 14372038. OLE color: 14372038.

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

Color convert

RGB 198 76 219 -
CMYK 0.10 0.65 0 0.14
HSL 291.19º 0.67% 0.58% -
HSV(B) 291.19º 0.65% 0.86% -
XYZ 38.66 22.29 69.28 -
YUV 128.78 178.92 177.37 -
System Red Green Blue C M Y K H S L
Decimal 198 76 219 0.10 0.65 0 0.14 291.19 0.67 0.58
Hex C6 4C DB A 41 0 E 123 43 3A
Octal 306 114 333 12 101 0 16 443 103 72
Binary 11000110 1001100 11011011 1010 1000001 0 1110 100100011 1000011 111010

Color Harmonies of #C64CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C64CDB

Black with #C64CDB

Text Example


Text Example

White with #C64CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C64CDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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