Html Css Color HEX #C642DB Medium Orchid

📋 copy color: '#C642DB'

red 198 ◦ green 66 ◦ blue 219

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

Shades of Medium Orchid #C642DB

Tints of Medium Orchid #C642DB

RGB

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

 GREEN value IS 66 (26.17% from 255) = 13.66%

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

R = 40.99%
G = 13.66%
B = 45.34%

CMYK

 C value IS 0.10

 M value IS 0.70

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C642DB (or 0xC642DB) is known color: Medium Orchid. HEX triplet: C6, 42 and DB. RGB value is (198,66,219). Sum of RGB (Red+Green+Blue) = 198+66+219=483 (63% of max value = 765). Red value is 198 (77.73% from 255 or 40.99% from 483); Green value is 66 (26.17% from 255 or 13.66% from 483); Blue value is 219 (85.94% from 255 or 45.34% from 483); Max value from RGB is 219 - color contains mainly: blue. Hex color #C642DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C642DB is #39BD24. Grayscale: #7A7A7A. Windows color (decimal): -3783973 or 14369478. OLE color: 14369478.

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

Color convert

RGB 198 66 219 -
CMYK 0.10 0.70 0 0.14
HSL 291.76º 0.68% 0.56% -
HSV(B) 291.76º 0.7% 0.86% -
XYZ 38.02 21.02 69.07 -
YUV 122.91 182.23 181.56 -
System Red Green Blue C M Y K H S L
Decimal 198 66 219 0.10 0.70 0 0.14 291.76 0.68 0.56
Hex C6 42 DB A 46 0 E 124 44 38
Octal 306 102 333 12 106 0 16 444 104 70
Binary 11000110 1000010 11011011 1010 1000110 0 1110 100100100 1000100 111000

Color Harmonies of #C642DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C642DB

Black with #C642DB

Text Example


Text Example

White with #C642DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C642DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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