Html Css Color HEX #C452EB Medium Orchid

📋 copy color: '#C452EB'

red 196 ◦ green 82 ◦ blue 235

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

Shades of Medium Orchid #C452EB

Tints of Medium Orchid #C452EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 45.81%

R = 38.21%
G = 15.98%
B = 45.81%

CMYK

 C value IS 0.17

 M value IS 0.65

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C452EB (or 0xC452EB) is known color: Medium Orchid. HEX triplet: C4, 52 and EB. RGB value is (196,82,235). Sum of RGB (Red+Green+Blue) = 196+82+235=513 (67% of max value = 765). Red value is 196 (76.95% from 255 or 38.21% from 513); Green value is 82 (32.42% from 255 or 15.98% from 513); Blue value is 235 (92.19% from 255 or 45.81% from 513); Max value from RGB is 235 - color contains mainly: blue. Hex color #C452EB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C452EB is #3BAD14. Grayscale: #858585. Windows color (decimal): -3910933 or 15422148. OLE color: 15422148.

HSL color Cylindrical-coordinate representation of color #C452EB: hue angle of 284.71º degrees, saturation: 0.79, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C452EB is Cyan = 0.17, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 196 82 235 -
CMYK 0.17 0.65 0 0.08
HSL 284.71º 0.79% 0.62% -
HSV(B) 284.71º 0.65% 0.92% -
XYZ 40.78 23.77 81.04 -
YUV 133.53 185.27 172.56 -
System Red Green Blue C M Y K H S L
Decimal 196 82 235 0.17 0.65 0 0.08 284.71 0.79 0.62
Hex C4 52 EB 11 41 0 8 11D 4F 3E
Octal 304 122 353 21 101 0 10 435 117 76
Binary 11000100 1010010 11101011 10001 1000001 0 1000 100011101 1001111 111110

Color Harmonies of #C452EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C452EB

Black with #C452EB

Text Example


Text Example

White with #C452EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C452EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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