Html Css Color HEX #C25CEA Medium Orchid

📋 copy color: '#C25CEA'

red 194 ◦ green 92 ◦ blue 234

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

Shades of Medium Orchid #C25CEA

Tints of Medium Orchid #C25CEA

RGB

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

 GREEN value IS 92 (36.33% from 255) = 17.69%

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

R = 37.31%
G = 17.69%
B = 45%

CMYK

 C value IS 0.17

 M value IS 0.61

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C25CEA (or 0xC25CEA) is known color: Medium Orchid. HEX triplet: C2, 5C and EA. RGB value is (194,92,234). Sum of RGB (Red+Green+Blue) = 194+92+234=520 (68% of max value = 765). Red value is 194 (76.17% from 255 or 37.31% from 520); Green value is 92 (36.33% from 255 or 17.69% from 520); Blue value is 234 (91.80% from 255 or 45% from 520); Max value from RGB is 234 - color contains mainly: blue. Hex color #C25CEA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C25CEA is #3DA315. Grayscale: #8A8A8A. Windows color (decimal): -4039446 or 15359170. OLE color: 15359170.

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

Color convert

RGB 194 92 234 -
CMYK 0.17 0.61 0 0.08
HSL 283.1º 0.77% 0.64% -
HSV(B) 283.1º 0.61% 0.92% -
XYZ 40.93 25.06 80.52 -
YUV 138.69 181.79 167.45 -
System Red Green Blue C M Y K H S L
Decimal 194 92 234 0.17 0.61 0 0.08 283.1 0.77 0.64
Hex C2 5C EA 11 3D 0 8 11B 4D 40
Octal 302 134 352 21 75 0 10 433 115 100
Binary 11000010 1011100 11101010 10001 111101 0 1000 100011011 1001101 1000000

Color Harmonies of #C25CEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C25CEA

Black with #C25CEA

Text Example


Text Example

White with #C25CEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C25CEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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