Html Css Color HEX #C25CE7 Medium Orchid

📋 copy color: '#C25CE7'

red 194 ◦ green 92 ◦ blue 231

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

Shades of Medium Orchid #C25CE7

Tints of Medium Orchid #C25CE7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 44.68%

R = 37.52%
G = 17.79%
B = 44.68%

CMYK

 C value IS 0.16

 M value IS 0.60

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#C25CE7 (or 0xC25CE7) is known color: Medium Orchid. HEX triplet: C2, 5C and E7. RGB value is (194,92,231). Sum of RGB (Red+Green+Blue) = 194+92+231=517 (68% of max value = 765). Red value is 194 (76.17% from 255 or 37.52% from 517); Green value is 92 (36.33% from 255 or 17.79% from 517); Blue value is 231 (90.62% from 255 or 44.68% from 517); Max value from RGB is 231 - color contains mainly: blue. Hex color #C25CE7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C25CE7 is #3DA318. Grayscale: #898989. Windows color (decimal): -4039449 or 15162562. OLE color: 15162562.

HSL color Cylindrical-coordinate representation of color #C25CE7: hue angle of 284.03º degrees, saturation: 0.74, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C25CE7 is Cyan = 0.16, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 194 92 231 -
CMYK 0.16 0.60 0 0.09
HSL 284.03º 0.74% 0.63% -
HSV(B) 284.03º 0.6% 0.91% -
XYZ 40.5 24.89 78.27 -
YUV 138.34 180.29 167.7 -
System Red Green Blue C M Y K H S L
Decimal 194 92 231 0.16 0.60 0 0.09 284.03 0.74 0.63
Hex C2 5C E7 10 3C 0 9 11C 4A 3F
Octal 302 134 347 20 74 0 11 434 112 77
Binary 11000010 1011100 11100111 10000 111100 0 1001 100011100 1001010 111111

Color Harmonies of #C25CE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C25CE7

Black with #C25CE7

Text Example


Text Example

White with #C25CE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C25CE7; }

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

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

background-color css

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

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

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

border-color css

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

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

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