Html Css Color HEX #C64BD7 Medium Orchid

📋 copy color: '#C64BD7'

red 198 ◦ green 75 ◦ blue 215

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

Shades of Medium Orchid #C64BD7

Tints of Medium Orchid #C64BD7

RGB

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

 GREEN value IS 75 (29.69% from 255) = 15.37%

 BLUE value IS 215 (84.38% from 255) = 44.06%

R = 40.57%
G = 15.37%
B = 44.06%

CMYK

 C value IS 0.08

 M value IS 0.65

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#C64BD7 (or 0xC64BD7) is known color: Medium Orchid. HEX triplet: C6, 4B and D7. RGB value is (198,75,215). Sum of RGB (Red+Green+Blue) = 198+75+215=488 (64% of max value = 765). Red value is 198 (77.73% from 255 or 40.57% from 488); Green value is 75 (29.69% from 255 or 15.37% from 488); Blue value is 215 (84.38% from 255 or 44.06% from 488); Max value from RGB is 215 - color contains mainly: blue. Hex color #C64BD7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C64BD7 is #39B428. Grayscale: #7F7F7F. Windows color (decimal): -3781673 or 14109638. OLE color: 14109638.

HSL color Cylindrical-coordinate representation of color #C64BD7: hue angle of 292.71º degrees, saturation: 0.64, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C64BD7 is Cyan = 0.08, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 198 75 215 -
CMYK 0.08 0.65 0 0.16
HSL 292.71º 0.64% 0.57% -
HSV(B) 292.71º 0.65% 0.84% -
XYZ 38.07 21.94 66.52 -
YUV 127.74 177.25 178.12 -
System Red Green Blue C M Y K H S L
Decimal 198 75 215 0.08 0.65 0 0.16 292.71 0.64 0.57
Hex C6 4B D7 8 41 0 10 125 40 39
Octal 306 113 327 10 101 0 20 445 100 71
Binary 11000110 1001011 11010111 1000 1000001 0 10000 100100101 1000000 111001

Color Harmonies of #C64BD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C64BD7

Black with #C64BD7

Text Example


Text Example

White with #C64BD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C64BD7; }

 p { color: rgb(198,75,215); }

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

background-color css

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

 a { background-color: rgb(198,75,215); }

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

border-color css

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

 span { border-color: rgb(198,75,215); }

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