Html Css Color HEX #C455E2 Medium Orchid

📋 copy color: '#C455E2'

red 196 ◦ green 85 ◦ blue 226

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

Shades of Medium Orchid #C455E2

Tints of Medium Orchid #C455E2

RGB

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

 GREEN value IS 85 (33.59% from 255) = 16.77%

 BLUE value IS 226 (88.67% from 255) = 44.58%

R = 38.66%
G = 16.77%
B = 44.58%

CMYK

 C value IS 0.13

 M value IS 0.62

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#C455E2 (or 0xC455E2) is known color: Medium Orchid. HEX triplet: C4, 55 and E2. RGB value is (196,85,226). Sum of RGB (Red+Green+Blue) = 196+85+226=507 (67% of max value = 765). Red value is 196 (76.95% from 255 or 38.66% from 507); Green value is 85 (33.59% from 255 or 16.77% from 507); Blue value is 226 (88.67% from 255 or 44.58% from 507); Max value from RGB is 226 - color contains mainly: blue. Hex color #C455E2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C455E2 is #3BAA1D. Grayscale: #858585. Windows color (decimal): -3910174 or 14833092. OLE color: 14833092.

HSL color Cylindrical-coordinate representation of color #C455E2: hue angle of 287.23º degrees, saturation: 0.71, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C455E2 is Cyan = 0.13, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 196 85 226 -
CMYK 0.13 0.62 0 0.11
HSL 287.23º 0.71% 0.61% -
HSV(B) 287.23º 0.62% 0.89% -
XYZ 39.74 23.72 74.44 -
YUV 134.26 179.77 172.04 -
System Red Green Blue C M Y K H S L
Decimal 196 85 226 0.13 0.62 0 0.11 287.23 0.71 0.61
Hex C4 55 E2 D 3E 0 B 11F 47 3D
Octal 304 125 342 15 76 0 13 437 107 75
Binary 11000100 1010101 11100010 1101 111110 0 1011 100011111 1000111 111101

Color Harmonies of #C455E2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C455E2

Black with #C455E2

Text Example


Text Example

White with #C455E2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C455E2; }

 p { color: rgb(196,85,226); }

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

background-color css

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

 a { background-color: rgb(196,85,226); }

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

border-color css

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

 span { border-color: rgb(196,85,226); }

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