Html Css Color HEX #C64AED Medium Orchid

📋 copy color: '#C64AED'

red 198 ◦ green 74 ◦ blue 237

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

Shades of Medium Orchid #C64AED

Tints of Medium Orchid #C64AED

RGB

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

 GREEN value IS 74 (29.3% from 255) = 14.54%

 BLUE value IS 237 (92.97% from 255) = 46.56%

R = 38.9%
G = 14.54%
B = 46.56%

CMYK

 C value IS 0.16

 M value IS 0.69

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C64AED (or 0xC64AED) is known color: Medium Orchid. HEX triplet: C6, 4A and ED. RGB value is (198,74,237). Sum of RGB (Red+Green+Blue) = 198+74+237=509 (67% of max value = 765). Red value is 198 (77.73% from 255 or 38.90% from 509); Green value is 74 (29.30% from 255 or 14.54% from 509); Blue value is 237 (92.97% from 255 or 46.56% from 509); Max value from RGB is 237 - color contains mainly: blue. Hex color #C64AED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C64AED is #39B512. Grayscale: #818181. Windows color (decimal): -3781907 or 15551174. OLE color: 15551174.

HSL color Cylindrical-coordinate representation of color #C64AED: hue angle of 285.64º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C64AED is Cyan = 0.16, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 198 74 237 -
CMYK 0.16 0.69 0 0.07
HSL 285.64º 0.82% 0.61% -
HSV(B) 285.64º 0.69% 0.93% -
XYZ 41.02 23.02 82.4 -
YUV 129.66 188.58 176.75 -
System Red Green Blue C M Y K H S L
Decimal 198 74 237 0.16 0.69 0 0.07 285.64 0.82 0.61
Hex C6 4A ED 10 45 0 7 11E 52 3D
Octal 306 112 355 20 105 0 7 436 122 75
Binary 11000110 1001010 11101101 10000 1000101 0 111 100011110 1010010 111101

Color Harmonies of #C64AED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C64AED

Black with #C64AED

Text Example


Text Example

White with #C64AED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C64AED; }

 p { color: rgb(198,74,237); }

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

background-color css

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

 a { background-color: rgb(198,74,237); }

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

border-color css

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

 span { border-color: rgb(198,74,237); }

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