Html Css Color HEX #C24FEA Medium Orchid

📋 copy color: '#C24FEA'

red 194 ◦ green 79 ◦ blue 234

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

Shades of Medium Orchid #C24FEA

Tints of Medium Orchid #C24FEA

RGB

 RED value IS 194 (76.17% from 255) = 38.26%

 GREEN value IS 79 (31.25% from 255) = 15.58%

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

R = 38.26%
G = 15.58%
B = 46.15%

CMYK

 C value IS 0.17

 M value IS 0.66

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C24FEA (or 0xC24FEA) is known color: Medium Orchid. HEX triplet: C2, 4F and EA. RGB value is (194,79,234). Sum of RGB (Red+Green+Blue) = 194+79+234=507 (67% of max value = 765). Red value is 194 (76.17% from 255 or 38.26% from 507); Green value is 79 (31.25% from 255 or 15.58% from 507); Blue value is 234 (91.80% from 255 or 46.15% from 507); Max value from RGB is 234 - color contains mainly: blue. Hex color #C24FEA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C24FEA is #3DB015. Grayscale: #828282. Windows color (decimal): -4042774 or 15355842. OLE color: 15355842.

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

Color convert

RGB 194 79 234 -
CMYK 0.17 0.66 0 0.08
HSL 284.52º 0.79% 0.61% -
HSV(B) 284.52º 0.66% 0.92% -
XYZ 39.9 23 80.18 -
YUV 131.06 186.1 172.9 -
System Red Green Blue C M Y K H S L
Decimal 194 79 234 0.17 0.66 0 0.08 284.52 0.79 0.61
Hex C2 4F EA 11 42 0 8 11D 4F 3D
Octal 302 117 352 21 102 0 10 435 117 75
Binary 11000010 1001111 11101010 10001 1000010 0 1000 100011101 1001111 111101

Color Harmonies of #C24FEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C24FEA

Black with #C24FEA

Text Example


Text Example

White with #C24FEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C24FEA; }

 p { color: rgb(194,79,234); }

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

background-color css

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

 a { background-color: rgb(194,79,234); }

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

border-color css

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

 span { border-color: rgb(194,79,234); }

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