Html Css Color HEX #C252EF Medium Orchid

📋 copy color: '#C252EF'

red 194 ◦ green 82 ◦ blue 239

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

Shades of Medium Orchid #C252EF

Tints of Medium Orchid #C252EF

RGB

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

 GREEN value IS 82 (32.42% from 255) = 15.92%

 BLUE value IS 239 (93.75% from 255) = 46.41%

R = 37.67%
G = 15.92%
B = 46.41%

CMYK

 C value IS 0.19

 M value IS 0.66

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#C252EF (or 0xC252EF) is known color: Medium Orchid. HEX triplet: C2, 52 and EF. RGB value is (194,82,239). Sum of RGB (Red+Green+Blue) = 194+82+239=515 (68% of max value = 765). Red value is 194 (76.17% from 255 or 37.67% from 515); Green value is 82 (32.42% from 255 or 15.92% from 515); Blue value is 239 (93.75% from 255 or 46.41% from 515); Max value from RGB is 239 - color contains mainly: blue. Hex color #C252EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C252EF is #3DAD10. Grayscale: #848484. Windows color (decimal): -4042001 or 15684290. OLE color: 15684290.

HSL color Cylindrical-coordinate representation of color #C252EF: hue angle of 282.8º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C252EF is Cyan = 0.19, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 194 82 239 -
CMYK 0.19 0.66 0 0.06
HSL 282.8º 0.83% 0.63% -
HSV(B) 282.8º 0.66% 0.94% -
XYZ 40.85 23.74 84.09 -
YUV 133.39 187.61 171.23 -
System Red Green Blue C M Y K H S L
Decimal 194 82 239 0.19 0.66 0 0.06 282.8 0.83 0.63
Hex C2 52 EF 13 42 0 6 11B 53 3F
Octal 302 122 357 23 102 0 6 433 123 77
Binary 11000010 1010010 11101111 10011 1000010 0 110 100011011 1010011 111111

Color Harmonies of #C252EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C252EF

Black with #C252EF

Text Example


Text Example

White with #C252EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C252EF; }

 p { color: rgb(194,82,239); }

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

background-color css

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

 a { background-color: rgb(194,82,239); }

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

border-color css

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

 span { border-color: rgb(194,82,239); }

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