Html Css Color HEX #C64BD1 Medium Orchid

📋 copy color: '#C64BD1'

red 198 ◦ green 75 ◦ blue 209

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

Shades of Medium Orchid #C64BD1

Tints of Medium Orchid #C64BD1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 43.36%

R = 41.08%
G = 15.56%
B = 43.36%

CMYK

 C value IS 0.05

 M value IS 0.64

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#C64BD1 (or 0xC64BD1) is known color: Medium Orchid. HEX triplet: C6, 4B and D1. RGB value is (198,75,209). Sum of RGB (Red+Green+Blue) = 198+75+209=482 (63% of max value = 765). Red value is 198 (77.73% from 255 or 41.08% from 482); Green value is 75 (29.69% from 255 or 15.56% from 482); Blue value is 209 (82.03% from 255 or 43.36% from 482); Max value from RGB is 209 - color contains mainly: blue. Hex color #C64BD1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C64BD1 is #39B42E. Grayscale: #7E7E7E. Windows color (decimal): -3781679 or 13716422. OLE color: 13716422.

HSL color Cylindrical-coordinate representation of color #C64BD1: hue angle of 295.07º degrees, saturation: 0.59, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C64BD1 is Cyan = 0.05, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 198 75 209 -
CMYK 0.05 0.64 0 0.18
HSL 295.07º 0.59% 0.56% -
HSV(B) 295.07º 0.64% 0.82% -
XYZ 37.31 21.64 62.53 -
YUV 127.05 174.25 178.6 -
System Red Green Blue C M Y K H S L
Decimal 198 75 209 0.05 0.64 0 0.18 295.07 0.59 0.56
Hex C6 4B D1 5 40 0 12 127 3B 38
Octal 306 113 321 5 100 0 22 447 73 70
Binary 11000110 1001011 11010001 101 1000000 0 10010 100100111 111011 111000

Color Harmonies of #C64BD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C64BD1

Black with #C64BD1

Text Example


Text Example

White with #C64BD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C64BD1; }

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

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

background-color css

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

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

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

border-color css

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

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

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