Html Css Color HEX #C64AEA Medium Orchid

📋 copy color: '#C64AEA'

red 198 ◦ green 74 ◦ blue 234

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

Shades of Medium Orchid #C64AEA

Tints of Medium Orchid #C64AEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 46.25%

R = 39.13%
G = 14.62%
B = 46.25%

CMYK

 C value IS 0.15

 M value IS 0.68

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C64AEA (or 0xC64AEA) is known color: Medium Orchid. HEX triplet: C6, 4A and EA. RGB value is (198,74,234). Sum of RGB (Red+Green+Blue) = 198+74+234=506 (67% of max value = 765). Red value is 198 (77.73% from 255 or 39.13% from 506); Green value is 74 (29.30% from 255 or 14.62% from 506); Blue value is 234 (91.80% from 255 or 46.25% from 506); Max value from RGB is 234 - color contains mainly: blue. Hex color #C64AEA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C64AEA is #39B515. Grayscale: #808080. Windows color (decimal): -3781910 or 15354566. OLE color: 15354566.

HSL color Cylindrical-coordinate representation of color #C64AEA: hue angle of 286.5º degrees, saturation: 0.79, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C64AEA is Cyan = 0.15, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 198 74 234 -
CMYK 0.15 0.68 0 0.08
HSL 286.5º 0.79% 0.6% -
HSV(B) 286.5º 0.68% 0.92% -
XYZ 40.59 22.84 80.11 -
YUV 129.32 187.08 176.99 -
System Red Green Blue C M Y K H S L
Decimal 198 74 234 0.15 0.68 0 0.08 286.5 0.79 0.6
Hex C6 4A EA F 44 0 8 11E 4F 3C
Octal 306 112 352 17 104 0 10 436 117 74
Binary 11000110 1001010 11101010 1111 1000100 0 1000 100011110 1001111 111100

Color Harmonies of #C64AEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C64AEA

Black with #C64AEA

Text Example


Text Example

White with #C64AEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C64AEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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