Html Css Color HEX #C258DF Medium Orchid

📋 copy color: '#C258DF'

red 194 ◦ green 88 ◦ blue 223

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

Shades of Medium Orchid #C258DF

Tints of Medium Orchid #C258DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 44.16%

R = 38.42%
G = 17.43%
B = 44.16%

CMYK

 C value IS 0.13

 M value IS 0.61

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C258DF (or 0xC258DF) is known color: Medium Orchid. HEX triplet: C2, 58 and DF. RGB value is (194,88,223). Sum of RGB (Red+Green+Blue) = 194+88+223=505 (66% of max value = 765). Red value is 194 (76.17% from 255 or 38.42% from 505); Green value is 88 (34.77% from 255 or 17.43% from 505); Blue value is 223 (87.5% from 255 or 44.16% from 505); Max value from RGB is 223 - color contains mainly: blue. Hex color #C258DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C258DF is #3DA720. Grayscale: #868686. Windows color (decimal): -4040481 or 14637250. OLE color: 14637250.

HSL color Cylindrical-coordinate representation of color #C258DF: hue angle of 287.11º degrees, saturation: 0.68, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C258DF is Cyan = 0.13, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 194 88 223 -
CMYK 0.13 0.61 0 0.13
HSL 287.11º 0.68% 0.61% -
HSV(B) 287.11º 0.61% 0.87% -
XYZ 39.06 23.78 72.34 -
YUV 135.08 177.62 170.02 -
System Red Green Blue C M Y K H S L
Decimal 194 88 223 0.13 0.61 0 0.13 287.11 0.68 0.61
Hex C2 58 DF D 3D 0 D 11F 44 3D
Octal 302 130 337 15 75 0 15 437 104 75
Binary 11000010 1011000 11011111 1101 111101 0 1101 100011111 1000100 111101

Color Harmonies of #C258DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C258DF

Black with #C258DF

Text Example


Text Example

White with #C258DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C258DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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