Html Css Color HEX #C25CEE Medium Orchid

📋 copy color: '#C25CEE'

red 194 ◦ green 92 ◦ blue 238

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

Shades of Medium Orchid #C25CEE

Tints of Medium Orchid #C25CEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 45.42%

R = 37.02%
G = 17.56%
B = 45.42%

CMYK

 C value IS 0.18

 M value IS 0.61

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C25CEE (or 0xC25CEE) is known color: Medium Orchid. HEX triplet: C2, 5C and EE. RGB value is (194,92,238). Sum of RGB (Red+Green+Blue) = 194+92+238=524 (69% of max value = 765). Red value is 194 (76.17% from 255 or 37.02% from 524); Green value is 92 (36.33% from 255 or 17.56% from 524); Blue value is 238 (93.36% from 255 or 45.42% from 524); Max value from RGB is 238 - color contains mainly: blue. Hex color #C25CEE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C25CEE is #3DA311. Grayscale: #8A8A8A. Windows color (decimal): -4039442 or 15621314. OLE color: 15621314.

HSL color Cylindrical-coordinate representation of color #C25CEE: hue angle of 281.92º degrees, saturation: 0.81, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C25CEE is Cyan = 0.18, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 194 92 238 -
CMYK 0.18 0.61 0 0.07
HSL 281.92º 0.81% 0.65% -
HSV(B) 281.92º 0.61% 0.93% -
XYZ 41.51 25.3 83.58 -
YUV 139.14 183.79 167.13 -
System Red Green Blue C M Y K H S L
Decimal 194 92 238 0.18 0.61 0 0.07 281.92 0.81 0.65
Hex C2 5C EE 12 3D 0 7 11A 51 41
Octal 302 134 356 22 75 0 7 432 121 101
Binary 11000010 1011100 11101110 10010 111101 0 111 100011010 1010001 1000001

Color Harmonies of #C25CEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C25CEE

Black with #C25CEE

Text Example


Text Example

White with #C25CEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C25CEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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