Html Css Color HEX #C252EE Medium Orchid

📋 copy color: '#C252EE'

red 194 ◦ green 82 ◦ blue 238

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

Shades of Medium Orchid #C252EE

Tints of Medium Orchid #C252EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 46.3%

R = 37.74%
G = 15.95%
B = 46.3%

CMYK

 C value IS 0.18

 M value IS 0.66

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C252EE (or 0xC252EE) is known color: Medium Orchid. HEX triplet: C2, 52 and EE. RGB value is (194,82,238). Sum of RGB (Red+Green+Blue) = 194+82+238=514 (68% of max value = 765). Red value is 194 (76.17% from 255 or 37.74% from 514); Green value is 82 (32.42% from 255 or 15.95% from 514); Blue value is 238 (93.36% from 255 or 46.30% from 514); Max value from RGB is 238 - color contains mainly: blue. Hex color #C252EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C252EE is #3DAD11. Grayscale: #848484. Windows color (decimal): -4042002 or 15618754. OLE color: 15618754.

HSL color Cylindrical-coordinate representation of color #C252EE: hue angle of 283.08º degrees, saturation: 0.82, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C252EE is Cyan = 0.18, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 194 82 238 -
CMYK 0.18 0.66 0 0.07
HSL 283.08º 0.82% 0.63% -
HSV(B) 283.08º 0.66% 0.93% -
XYZ 40.7 23.68 83.31 -
YUV 133.27 187.11 171.32 -
System Red Green Blue C M Y K H S L
Decimal 194 82 238 0.18 0.66 0 0.07 283.08 0.82 0.63
Hex C2 52 EE 12 42 0 7 11B 52 3F
Octal 302 122 356 22 102 0 7 433 122 77
Binary 11000010 1010010 11101110 10010 1000010 0 111 100011011 1010010 111111

Color Harmonies of #C252EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C252EE

Black with #C252EE

Text Example


Text Example

White with #C252EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C252EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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