Html Css Color HEX #C641EA Medium Orchid

📋 copy color: '#C641EA'

red 198 ◦ green 65 ◦ blue 234

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

Shades of Medium Orchid #C641EA

Tints of Medium Orchid #C641EA

RGB

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

 GREEN value IS 65 (25.78% from 255) = 13.08%

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

R = 39.84%
G = 13.08%
B = 47.08%

CMYK

 C value IS 0.15

 M value IS 0.72

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C641EA (or 0xC641EA) is known color: Medium Orchid. HEX triplet: C6, 41 and EA. RGB value is (198,65,234). Sum of RGB (Red+Green+Blue) = 198+65+234=497 (65% of max value = 765). Red value is 198 (77.73% from 255 or 39.84% from 497); Green value is 65 (25.78% from 255 or 13.08% from 497); Blue value is 234 (91.80% from 255 or 47.08% from 497); Max value from RGB is 234 - color contains mainly: blue. Hex color #C641EA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C641EA is #39BE15. Grayscale: #7B7B7B. Windows color (decimal): -3784214 or 15352262. OLE color: 15352262.

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

Color convert

RGB 198 65 234 -
CMYK 0.15 0.72 0 0.08
HSL 287.22º 0.8% 0.59% -
HSV(B) 287.22º 0.72% 0.92% -
XYZ 40.03 21.73 79.93 -
YUV 124.03 190.06 180.76 -
System Red Green Blue C M Y K H S L
Decimal 198 65 234 0.15 0.72 0 0.08 287.22 0.8 0.59
Hex C6 41 EA F 48 0 8 11F 50 3B
Octal 306 101 352 17 110 0 10 437 120 73
Binary 11000110 1000001 11101010 1111 1001000 0 1000 100011111 1010000 111011

Color Harmonies of #C641EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C641EA

Black with #C641EA

Text Example


Text Example

White with #C641EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C641EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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