Html Css Color HEX #C452F2 Medium Orchid

📋 copy color: '#C452F2'

red 196 ◦ green 82 ◦ blue 242

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

Shades of Medium Orchid #C452F2

Tints of Medium Orchid #C452F2

RGB

 RED value IS 196 (76.95% from 255) = 37.69%

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

 BLUE value IS 242 (94.92% from 255) = 46.54%

R = 37.69%
G = 15.77%
B = 46.54%

CMYK

 C value IS 0.19

 M value IS 0.66

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#C452F2 (or 0xC452F2) is known color: Medium Orchid. HEX triplet: C4, 52 and F2. RGB value is (196,82,242). Sum of RGB (Red+Green+Blue) = 196+82+242=520 (68% of max value = 765). Red value is 196 (76.95% from 255 or 37.69% from 520); Green value is 82 (32.42% from 255 or 15.77% from 520); Blue value is 242 (94.92% from 255 or 46.54% from 520); Max value from RGB is 242 - color contains mainly: blue. Hex color #C452F2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C452F2 is #3BAD0D. Grayscale: #858585. Windows color (decimal): -3910926 or 15880900. OLE color: 15880900.

HSL color Cylindrical-coordinate representation of color #C452F2: hue angle of 282.75º degrees, saturation: 0.86, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C452F2 is Cyan = 0.19, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 196 82 242 -
CMYK 0.19 0.66 0 0.05
HSL 282.75º 0.86% 0.64% -
HSV(B) 282.75º 0.66% 0.95% -
XYZ 41.81 24.18 86.47 -
YUV 134.33 188.77 171.99 -
System Red Green Blue C M Y K H S L
Decimal 196 82 242 0.19 0.66 0 0.05 282.75 0.86 0.64
Hex C4 52 F2 13 42 0 5 11B 56 40
Octal 304 122 362 23 102 0 5 433 126 100
Binary 11000100 1010010 11110010 10011 1000010 0 101 100011011 1010110 1000000

Color Harmonies of #C452F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C452F2

Black with #C452F2

Text Example


Text Example

White with #C452F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C452F2; }

 p { color: rgb(196,82,242); }

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

background-color css

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

 a { background-color: rgb(196,82,242); }

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

border-color css

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

 span { border-color: rgb(196,82,242); }

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