Html Css Color HEX #C452CF Medium Orchid

📋 copy color: '#C452CF'

red 196 ◦ green 82 ◦ blue 207

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

Shades of Medium Orchid #C452CF

Tints of Medium Orchid #C452CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 42.68%

R = 40.41%
G = 16.91%
B = 42.68%

CMYK

 C value IS 0.05

 M value IS 0.60

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C452CF (or 0xC452CF) is known color: Medium Orchid. HEX triplet: C4, 52 and CF. RGB value is (196,82,207). Sum of RGB (Red+Green+Blue) = 196+82+207=485 (64% of max value = 765). Red value is 196 (76.95% from 255 or 40.41% from 485); Green value is 82 (32.42% from 255 or 16.91% from 485); Blue value is 207 (81.25% from 255 or 42.68% from 485); Max value from RGB is 207 - color contains mainly: blue. Hex color #C452CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C452CF is #3BAD30. Grayscale: #818181. Windows color (decimal): -3910961 or 13587140. OLE color: 13587140.

HSL color Cylindrical-coordinate representation of color #C452CF: hue angle of 294.72º degrees, saturation: 0.57, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C452CF is Cyan = 0.05, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 196 82 207 -
CMYK 0.05 0.60 0 0.19
HSL 294.72º 0.57% 0.57% -
HSV(B) 294.72º 0.6% 0.81% -
XYZ 37.04 22.28 61.38 -
YUV 130.34 171.27 174.84 -
System Red Green Blue C M Y K H S L
Decimal 196 82 207 0.05 0.60 0 0.19 294.72 0.57 0.57
Hex C4 52 CF 5 3C 0 13 127 39 39
Octal 304 122 317 5 74 0 23 447 71 71
Binary 11000100 1010010 11001111 101 111100 0 10011 100100111 111001 111001

Color Harmonies of #C452CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C452CF

Black with #C452CF

Text Example


Text Example

White with #C452CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C452CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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