Html Css Color HEX #C258CF Medium Orchid

📋 copy color: '#C258CF'

red 194 ◦ green 88 ◦ blue 207

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

Shades of Medium Orchid #C258CF

Tints of Medium Orchid #C258CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 42.33%

R = 39.67%
G = 18%
B = 42.33%

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

#C258CF (or 0xC258CF) is known color: Medium Orchid. HEX triplet: C2, 58 and CF. RGB value is (194,88,207). Sum of RGB (Red+Green+Blue) = 194+88+207=489 (64% of max value = 765). Red value is 194 (76.17% from 255 or 39.67% from 489); Green value is 88 (34.77% from 255 or 18.00% from 489); Blue value is 207 (81.25% from 255 or 42.33% from 489); Max value from RGB is 207 - color contains mainly: blue. Hex color #C258CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C258CF is #3DA730. Grayscale: #848484. Windows color (decimal): -4040497 or 13588674. OLE color: 13588674.

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

Color convert

RGB 194 88 207 -
CMYK 0.06 0.57 0 0.19
HSL 293.45º 0.55% 0.58% -
HSV(B) 293.45º 0.57% 0.81% -
XYZ 37 22.95 61.51 -
YUV 133.26 169.62 171.32 -
System Red Green Blue C M Y K H S L
Decimal 194 88 207 0.06 0.57 0 0.19 293.45 0.55 0.58
Hex C2 58 CF 6 39 0 13 125 37 3A
Octal 302 130 317 6 71 0 23 445 67 72
Binary 11000010 1011000 11001111 110 111001 0 10011 100100101 110111 111010

Color Harmonies of #C258CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C258CF

Black with #C258CF

Text Example


Text Example

White with #C258CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C258CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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