Html Css Color HEX #C64BD5 Medium Orchid

📋 copy color: '#C64BD5'

red 198 ◦ green 75 ◦ blue 213

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

Shades of Medium Orchid #C64BD5

Tints of Medium Orchid #C64BD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 43.83%

R = 40.74%
G = 15.43%
B = 43.83%

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

#C64BD5 (or 0xC64BD5) is known color: Medium Orchid. HEX triplet: C6, 4B and D5. RGB value is (198,75,213). Sum of RGB (Red+Green+Blue) = 198+75+213=486 (64% of max value = 765). Red value is 198 (77.73% from 255 or 40.74% from 486); Green value is 75 (29.69% from 255 or 15.43% from 486); Blue value is 213 (83.59% from 255 or 43.83% from 486); Max value from RGB is 213 - color contains mainly: blue. Hex color #C64BD5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C64BD5 is #39B42A. Grayscale: #7F7F7F. Windows color (decimal): -3781675 or 13978566. OLE color: 13978566.

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

Color convert

RGB 198 75 213 -
CMYK 0.07 0.65 0 0.16
HSL 293.48º 0.62% 0.56% -
HSV(B) 293.48º 0.65% 0.84% -
XYZ 37.82 21.84 65.17 -
YUV 127.51 176.25 178.28 -
System Red Green Blue C M Y K H S L
Decimal 198 75 213 0.07 0.65 0 0.16 293.48 0.62 0.56
Hex C6 4B D5 7 41 0 10 125 3E 38
Octal 306 113 325 7 101 0 20 445 76 70
Binary 11000110 1001011 11010101 111 1000001 0 10000 100100101 111110 111000

Color Harmonies of #C64BD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C64BD5

Black with #C64BD5

Text Example


Text Example

White with #C64BD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C64BD5; }

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

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

background-color css

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

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

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

border-color css

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

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

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