Html Css Color HEX #C252F0 Medium Orchid

📋 copy color: '#C252F0'

red 194 ◦ green 82 ◦ blue 240

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

Shades of Medium Orchid #C252F0

Tints of Medium Orchid #C252F0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 46.51%

R = 37.6%
G = 15.89%
B = 46.51%

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

#C252F0 (or 0xC252F0) is known color: Medium Orchid. HEX triplet: C2, 52 and F0. RGB value is (194,82,240). Sum of RGB (Red+Green+Blue) = 194+82+240=516 (68% of max value = 765). Red value is 194 (76.17% from 255 or 37.60% from 516); Green value is 82 (32.42% from 255 or 15.89% from 516); Blue value is 240 (94.14% from 255 or 46.51% from 516); Max value from RGB is 240 - color contains mainly: blue. Hex color #C252F0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C252F0 is #3DAD0F. Grayscale: #848484. Windows color (decimal): -4042000 or 15749826. OLE color: 15749826.

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

Color convert

RGB 194 82 240 -
CMYK 0.19 0.66 0 0.06
HSL 282.53º 0.84% 0.63% -
HSV(B) 282.53º 0.66% 0.94% -
XYZ 40.99 23.8 84.87 -
YUV 133.5 188.11 171.15 -
System Red Green Blue C M Y K H S L
Decimal 194 82 240 0.19 0.66 0 0.06 282.53 0.84 0.63
Hex C2 52 F0 13 42 0 6 11B 54 3F
Octal 302 122 360 23 102 0 6 433 124 77
Binary 11000010 1010010 11110000 10011 1000010 0 110 100011011 1010100 111111

Color Harmonies of #C252F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C252F0

Black with #C252F0

Text Example


Text Example

White with #C252F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C252F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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