Html Css Color HEX #C64AEB Medium Orchid

📋 copy color: '#C64AEB'

red 198 ◦ green 74 ◦ blue 235

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

Shades of Medium Orchid #C64AEB

Tints of Medium Orchid #C64AEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 46.35%

R = 39.05%
G = 14.6%
B = 46.35%

CMYK

 C value IS 0.16

 M value IS 0.69

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C64AEB (or 0xC64AEB) is known color: Medium Orchid. HEX triplet: C6, 4A and EB. RGB value is (198,74,235). Sum of RGB (Red+Green+Blue) = 198+74+235=507 (67% of max value = 765). Red value is 198 (77.73% from 255 or 39.05% from 507); Green value is 74 (29.30% from 255 or 14.60% from 507); Blue value is 235 (92.19% from 255 or 46.35% from 507); Max value from RGB is 235 - color contains mainly: blue. Hex color #C64AEB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C64AEB is #39B514. Grayscale: #808080. Windows color (decimal): -3781909 or 15420102. OLE color: 15420102.

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

Color convert

RGB 198 74 235 -
CMYK 0.16 0.69 0 0.08
HSL 286.21º 0.8% 0.61% -
HSV(B) 286.21º 0.69% 0.92% -
XYZ 40.73 22.9 80.87 -
YUV 129.43 187.58 176.91 -
System Red Green Blue C M Y K H S L
Decimal 198 74 235 0.16 0.69 0 0.08 286.21 0.8 0.61
Hex C6 4A EB 10 45 0 8 11E 50 3D
Octal 306 112 353 20 105 0 10 436 120 75
Binary 11000110 1001010 11101011 10000 1000101 0 1000 100011110 1010000 111101

Color Harmonies of #C64AEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C64AEB

Black with #C64AEB

Text Example


Text Example

White with #C64AEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C64AEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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