Html Css Color HEX #C64BD6 Medium Orchid

📋 copy color: '#C64BD6'

red 198 ◦ green 75 ◦ blue 214

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

Shades of Medium Orchid #C64BD6

Tints of Medium Orchid #C64BD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 43.94%

R = 40.66%
G = 15.4%
B = 43.94%

CMYK

 C value IS 0.07

 M value IS 0.65

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#C64BD6 (or 0xC64BD6) is known color: Medium Orchid. HEX triplet: C6, 4B and D6. RGB value is (198,75,214). Sum of RGB (Red+Green+Blue) = 198+75+214=487 (64% of max value = 765). Red value is 198 (77.73% from 255 or 40.66% from 487); Green value is 75 (29.69% from 255 or 15.40% from 487); Blue value is 214 (83.98% from 255 or 43.94% from 487); Max value from RGB is 214 - color contains mainly: blue. Hex color #C64BD6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C64BD6 is #39B429. Grayscale: #7F7F7F. Windows color (decimal): -3781674 or 14044102. OLE color: 14044102.

HSL color Cylindrical-coordinate representation of color #C64BD6: hue angle of 293.09º degrees, saturation: 0.63, 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 #C64BD6 is Cyan = 0.07, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 198 75 214 -
CMYK 0.07 0.65 0 0.16
HSL 293.09º 0.63% 0.57% -
HSV(B) 293.09º 0.65% 0.84% -
XYZ 37.94 21.89 65.84 -
YUV 127.62 176.75 178.2 -
System Red Green Blue C M Y K H S L
Decimal 198 75 214 0.07 0.65 0 0.16 293.09 0.63 0.57
Hex C6 4B D6 7 41 0 10 125 3F 39
Octal 306 113 326 7 101 0 20 445 77 71
Binary 11000110 1001011 11010110 111 1000001 0 10000 100100101 111111 111001

Color Harmonies of #C64BD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C64BD6

Black with #C64BD6

Text Example


Text Example

White with #C64BD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C64BD6; }

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

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

background-color css

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

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

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

border-color css

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

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

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