Html Css Color HEX #C64EEA Medium Orchid

📋 copy color: '#C64EEA'

red 198 ◦ green 78 ◦ blue 234

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

Shades of Medium Orchid #C64EEA

Tints of Medium Orchid #C64EEA

RGB

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

 GREEN value IS 78 (30.86% from 255) = 15.29%

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

R = 38.82%
G = 15.29%
B = 45.88%

CMYK

 C value IS 0.15

 M value IS 0.67

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C64EEA (or 0xC64EEA) is known color: Medium Orchid. HEX triplet: C6, 4E and EA. RGB value is (198,78,234). Sum of RGB (Red+Green+Blue) = 198+78+234=510 (67% of max value = 765). Red value is 198 (77.73% from 255 or 38.82% from 510); Green value is 78 (30.86% from 255 or 15.29% from 510); Blue value is 234 (91.80% from 255 or 45.88% from 510); Max value from RGB is 234 - color contains mainly: blue. Hex color #C64EEA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C64EEA is #39B115. Grayscale: #838383. Windows color (decimal): -3780886 or 15355590. OLE color: 15355590.

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

Color convert

RGB 198 78 234 -
CMYK 0.15 0.67 0 0.08
HSL 286.15º 0.79% 0.61% -
HSV(B) 286.15º 0.67% 0.92% -
XYZ 40.86 23.4 80.2 -
YUV 131.66 185.76 175.32 -
System Red Green Blue C M Y K H S L
Decimal 198 78 234 0.15 0.67 0 0.08 286.15 0.79 0.61
Hex C6 4E EA F 43 0 8 11E 4F 3D
Octal 306 116 352 17 103 0 10 436 117 75
Binary 11000110 1001110 11101010 1111 1000011 0 1000 100011110 1001111 111101

Color Harmonies of #C64EEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C64EEA

Black with #C64EEA

Text Example


Text Example

White with #C64EEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C64EEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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