Html Css Color HEX #C258CE Medium Orchid

📋 copy color: '#C258CE'

red 194 ◦ green 88 ◦ blue 206

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

Shades of Medium Orchid #C258CE

Tints of Medium Orchid #C258CE

RGB

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

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

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

R = 39.75%
G = 18.03%
B = 42.21%

CMYK

 C value IS 0.06

 M value IS 0.57

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C258CE (or 0xC258CE) is known color: Medium Orchid. HEX triplet: C2, 58 and CE. RGB value is (194,88,206). Sum of RGB (Red+Green+Blue) = 194+88+206=488 (64% of max value = 765). Red value is 194 (76.17% from 255 or 39.75% from 488); Green value is 88 (34.77% from 255 or 18.03% from 488); Blue value is 206 (80.86% from 255 or 42.21% from 488); Max value from RGB is 206 - color contains mainly: blue. Hex color #C258CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C258CE is #3DA731. Grayscale: #848484. Windows color (decimal): -4040498 or 13523138. OLE color: 13523138.

HSL color Cylindrical-coordinate representation of color #C258CE: hue angle of 293.9º 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 #C258CE is Cyan = 0.06, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 194 88 206 -
CMYK 0.06 0.57 0 0.19
HSL 293.9º 0.55% 0.58% -
HSV(B) 293.9º 0.57% 0.81% -
XYZ 36.88 22.91 60.87 -
YUV 133.15 169.12 171.41 -
System Red Green Blue C M Y K H S L
Decimal 194 88 206 0.06 0.57 0 0.19 293.9 0.55 0.58
Hex C2 58 CE 6 39 0 13 126 37 3A
Octal 302 130 316 6 71 0 23 446 67 72
Binary 11000010 1011000 11001110 110 111001 0 10011 100100110 110111 111010

Color Harmonies of #C258CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C258CE

Black with #C258CE

Text Example


Text Example

White with #C258CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C258CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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