Html Css Color HEX #C239CF Medium Orchid

📋 copy color: '#C239CF'

red 194 ◦ green 57 ◦ blue 207

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

Shades of Medium Orchid #C239CF

Tints of Medium Orchid #C239CF

RGB

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

 GREEN value IS 57 (22.66% from 255) = 12.45%

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

R = 42.36%
G = 12.45%
B = 45.2%

CMYK

 C value IS 0.06

 M value IS 0.72

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C239CF (or 0xC239CF) is known color: Medium Orchid. HEX triplet: C2, 39 and CF. RGB value is (194,57,207). Sum of RGB (Red+Green+Blue) = 194+57+207=458 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.36% from 458); Green value is 57 (22.66% from 255 or 12.45% from 458); Blue value is 207 (81.25% from 255 or 45.20% from 458); Max value from RGB is 207 - color contains mainly: blue. Hex color #C239CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C239CF is #3DC630. Grayscale: #727272. Windows color (decimal): -4048433 or 13580738. OLE color: 13580738.

HSL color Cylindrical-coordinate representation of color #C239CF: hue angle of 294.8º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C239CF is Cyan = 0.06, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 194 57 207 -
CMYK 0.06 0.72 0 0.19
HSL 294.8º 0.61% 0.52% -
HSV(B) 294.8º 0.72% 0.81% -
XYZ 34.97 18.9 60.84 -
YUV 115.06 179.89 184.3 -
System Red Green Blue C M Y K H S L
Decimal 194 57 207 0.06 0.72 0 0.19 294.8 0.61 0.52
Hex C2 39 CF 6 48 0 13 127 3D 34
Octal 302 71 317 6 110 0 23 447 75 64
Binary 11000010 111001 11001111 110 1001000 0 10011 100100111 111101 110100

Color Harmonies of #C239CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C239CF

Black with #C239CF

Text Example


Text Example

White with #C239CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C239CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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