Html Css Color HEX #C64FDA Medium Orchid

📋 copy color: '#C64FDA'

red 198 ◦ green 79 ◦ blue 218

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

Shades of Medium Orchid #C64FDA

Tints of Medium Orchid #C64FDA

RGB

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

 GREEN value IS 79 (31.25% from 255) = 15.96%

 BLUE value IS 218 (85.55% from 255) = 44.04%

R = 40%
G = 15.96%
B = 44.04%

CMYK

 C value IS 0.09

 M value IS 0.64

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C64FDA (or 0xC64FDA) is known color: Medium Orchid. HEX triplet: C6, 4F and DA. RGB value is (198,79,218). Sum of RGB (Red+Green+Blue) = 198+79+218=495 (65% of max value = 765). Red value is 198 (77.73% from 255 or 40% from 495); Green value is 79 (31.25% from 255 or 15.96% from 495); Blue value is 218 (85.55% from 255 or 44.04% from 495); Max value from RGB is 218 - color contains mainly: blue. Hex color #C64FDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C64FDA is #39B025. Grayscale: #818181. Windows color (decimal): -3780646 or 14307270. OLE color: 14307270.

HSL color Cylindrical-coordinate representation of color #C64FDA: hue angle of 291.37º degrees, saturation: 0.65, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C64FDA is Cyan = 0.09, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 198 79 218 -
CMYK 0.09 0.64 0 0.15
HSL 291.37º 0.65% 0.58% -
HSV(B) 291.37º 0.64% 0.85% -
XYZ 38.74 22.66 68.66 -
YUV 130.43 177.42 176.2 -
System Red Green Blue C M Y K H S L
Decimal 198 79 218 0.09 0.64 0 0.15 291.37 0.65 0.58
Hex C6 4F DA 9 40 0 F 123 41 3A
Octal 306 117 332 11 100 0 17 443 101 72
Binary 11000110 1001111 11011010 1001 1000000 0 1111 100100011 1000001 111010

Color Harmonies of #C64FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C64FDA

Black with #C64FDA

Text Example


Text Example

White with #C64FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C64FDA; }

 p { color: rgb(198,79,218); }

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

background-color css

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

 a { background-color: rgb(198,79,218); }

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

border-color css

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

 span { border-color: rgb(198,79,218); }

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