Html Css Color HEX #C455CF Medium Orchid

📋 copy color: '#C455CF'

red 196 ◦ green 85 ◦ blue 207

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

Shades of Medium Orchid #C455CF

Tints of Medium Orchid #C455CF

RGB

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

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

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

R = 40.16%
G = 17.42%
B = 42.42%

CMYK

 C value IS 0.05

 M value IS 0.59

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C455CF (or 0xC455CF) is known color: Medium Orchid. HEX triplet: C4, 55 and CF. RGB value is (196,85,207). Sum of RGB (Red+Green+Blue) = 196+85+207=488 (64% of max value = 765). Red value is 196 (76.95% from 255 or 40.16% from 488); Green value is 85 (33.59% from 255 or 17.42% from 488); Blue value is 207 (81.25% from 255 or 42.42% from 488); Max value from RGB is 207 - color contains mainly: blue. Hex color #C455CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C455CF is #3BAA30. Grayscale: #838383. Windows color (decimal): -3910193 or 13587908. OLE color: 13587908.

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

Color convert

RGB 196 85 207 -
CMYK 0.05 0.59 0 0.19
HSL 294.59º 0.56% 0.57% -
HSV(B) 294.59º 0.59% 0.81% -
XYZ 37.28 22.74 61.46 -
YUV 132.1 170.27 173.58 -
System Red Green Blue C M Y K H S L
Decimal 196 85 207 0.05 0.59 0 0.19 294.59 0.56 0.57
Hex C4 55 CF 5 3B 0 13 127 38 39
Octal 304 125 317 5 73 0 23 447 70 71
Binary 11000100 1010101 11001111 101 111011 0 10011 100100111 111000 111001

Color Harmonies of #C455CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C455CF

Black with #C455CF

Text Example


Text Example

White with #C455CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C455CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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