Html Css Color HEX #C475E1 Orchid

📋 copy color: '#C475E1'

red 196 ◦ green 117 ◦ blue 225

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

Shades of Orchid #C475E1

Tints of Orchid #C475E1

RGB

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

 GREEN value IS 117 (46.09% from 255) = 21.75%

 BLUE value IS 225 (88.28% from 255) = 41.82%

R = 36.43%
G = 21.75%
B = 41.82%

CMYK

 C value IS 0.13

 M value IS 0.48

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#C475E1 (or 0xC475E1) is known color: Orchid. HEX triplet: C4, 75 and E1. RGB value is (196,117,225). Sum of RGB (Red+Green+Blue) = 196+117+225=538 (71% of max value = 765). Red value is 196 (76.95% from 255 or 36.43% from 538); Green value is 117 (46.09% from 255 or 21.75% from 538); Blue value is 225 (88.28% from 255 or 41.82% from 538); Max value from RGB is 225 - color contains mainly: blue. Hex color #C475E1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C475E1 is #3B8A1E. Grayscale: #989898. Windows color (decimal): -3901983 or 14775748. OLE color: 14775748.

HSL color Cylindrical-coordinate representation of color #C475E1: hue angle of 283.89º degrees, saturation: 0.64, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C475E1 is Cyan = 0.13, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 196 117 225 -
CMYK 0.13 0.48 0 0.12
HSL 283.89º 0.64% 0.67% -
HSV(B) 283.89º 0.48% 0.88% -
XYZ 42.72 29.89 74.75 -
YUV 152.93 168.67 158.72 -
System Red Green Blue C M Y K H S L
Decimal 196 117 225 0.13 0.48 0 0.12 283.89 0.64 0.67
Hex C4 75 E1 D 30 0 C 11C 40 43
Octal 304 165 341 15 60 0 14 434 100 103
Binary 11000100 1110101 11100001 1101 110000 0 1100 100011100 1000000 1000011

Color Harmonies of #C475E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C475E1

Black with #C475E1

Text Example


Text Example

White with #C475E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C475E1; }

 p { color: rgb(196,117,225); }

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

background-color css

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

 a { background-color: rgb(196,117,225); }

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

border-color css

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

 span { border-color: rgb(196,117,225); }

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