Html Css Color HEX #C458CE Medium Orchid

📋 copy color: '#C458CE'

red 196 ◦ green 88 ◦ blue 206

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

Shades of Medium Orchid #C458CE

Tints of Medium Orchid #C458CE

RGB

 RED value IS 196 (76.95% from 255) = 40%

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

 BLUE value IS 206 (80.86% from 255) = 42.04%

R = 40%
G = 17.96%
B = 42.04%

CMYK

 C value IS 0.05

 M value IS 0.57

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C458CE (or 0xC458CE) is known color: Medium Orchid. HEX triplet: C4, 58 and CE. RGB value is (196,88,206). Sum of RGB (Red+Green+Blue) = 196+88+206=490 (64% of max value = 765). Red value is 196 (76.95% from 255 or 40% from 490); Green value is 88 (34.77% from 255 or 17.96% from 490); Blue value is 206 (80.86% from 255 or 42.04% from 490); Max value from RGB is 206 - color contains mainly: blue. Hex color #C458CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C458CE is #3BA731. Grayscale: #858585. Windows color (decimal): -3909426 or 13523140. OLE color: 13523140.

HSL color Cylindrical-coordinate representation of color #C458CE: hue angle of 294.92º degrees, saturation: 0.55, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C458CE is Cyan = 0.05, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 196 88 206 -
CMYK 0.05 0.57 0 0.19
HSL 294.92º 0.55% 0.58% -
HSV(B) 294.92º 0.57% 0.81% -
XYZ 37.4 23.17 60.89 -
YUV 133.74 168.78 172.41 -
System Red Green Blue C M Y K H S L
Decimal 196 88 206 0.05 0.57 0 0.19 294.92 0.55 0.58
Hex C4 58 CE 5 39 0 13 127 37 3A
Octal 304 130 316 5 71 0 23 447 67 72
Binary 11000100 1011000 11001110 101 111001 0 10011 100100111 110111 111010

Color Harmonies of #C458CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C458CE

Black with #C458CE

Text Example


Text Example

White with #C458CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C458CE; }

 p { color: rgb(196,88,206); }

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

background-color css

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

 a { background-color: rgb(196,88,206); }

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

border-color css

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

 span { border-color: rgb(196,88,206); }

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