Html Css Color HEX #C258EB Medium Orchid

📋 copy color: '#C258EB'

red 194 ◦ green 88 ◦ blue 235

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

Shades of Medium Orchid #C258EB

Tints of Medium Orchid #C258EB

RGB

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

 GREEN value IS 88 (34.77% from 255) = 17.02%

 BLUE value IS 235 (92.19% from 255) = 45.45%

R = 37.52%
G = 17.02%
B = 45.45%

CMYK

 C value IS 0.17

 M value IS 0.63

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C258EB (or 0xC258EB) is known color: Medium Orchid. HEX triplet: C2, 58 and EB. RGB value is (194,88,235). Sum of RGB (Red+Green+Blue) = 194+88+235=517 (68% of max value = 765). Red value is 194 (76.17% from 255 or 37.52% from 517); Green value is 88 (34.77% from 255 or 17.02% from 517); Blue value is 235 (92.19% from 255 or 45.45% from 517); Max value from RGB is 235 - color contains mainly: blue. Hex color #C258EB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C258EB is #3DA714. Grayscale: #878787. Windows color (decimal): -4040469 or 15423682. OLE color: 15423682.

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

Color convert

RGB 194 88 235 -
CMYK 0.17 0.63 0 0.08
HSL 283.27º 0.79% 0.63% -
HSV(B) 283.27º 0.63% 0.92% -
XYZ 40.73 24.45 81.17 -
YUV 136.45 183.62 169.05 -
System Red Green Blue C M Y K H S L
Decimal 194 88 235 0.17 0.63 0 0.08 283.27 0.79 0.63
Hex C2 58 EB 11 3F 0 8 11B 4F 3F
Octal 302 130 353 21 77 0 10 433 117 77
Binary 11000010 1011000 11101011 10001 111111 0 1000 100011011 1001111 111111

Color Harmonies of #C258EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C258EB

Black with #C258EB

Text Example


Text Example

White with #C258EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C258EB; }

 p { color: rgb(194,88,235); }

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

background-color css

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

 a { background-color: rgb(194,88,235); }

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

border-color css

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

 span { border-color: rgb(194,88,235); }

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