Html Css Color HEX #C471C8 Orchid

📋 copy color: '#C471C8'

red 196 ◦ green 113 ◦ blue 200

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

Shades of Orchid #C471C8

Tints of Orchid #C471C8

RGB

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

 GREEN value IS 113 (44.53% from 255) = 22.2%

 BLUE value IS 200 (78.52% from 255) = 39.29%

R = 38.51%
G = 22.2%
B = 39.29%

CMYK

 C value IS 0.02

 M value IS 0.44

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#C471C8 (or 0xC471C8) is known color: Orchid. HEX triplet: C4, 71 and C8. RGB value is (196,113,200). Sum of RGB (Red+Green+Blue) = 196+113+200=509 (67% of max value = 765). Red value is 196 (76.95% from 255 or 38.51% from 509); Green value is 113 (44.53% from 255 or 22.20% from 509); Blue value is 200 (78.52% from 255 or 39.29% from 509); Max value from RGB is 200 - color contains mainly: blue. Hex color #C471C8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C471C8 is #3B8E37. Grayscale: #939393. Windows color (decimal): -3903032 or 13136324. OLE color: 13136324.

HSL color Cylindrical-coordinate representation of color #C471C8: hue angle of 297.24º degrees, saturation: 0.44, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C471C8 is Cyan = 0.02, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 196 113 200 -
CMYK 0.02 0.44 0 0.22
HSL 297.24º 0.44% 0.61% -
HSV(B) 297.24º 0.44% 0.78% -
XYZ 39.1 27.72 57.93 -
YUV 147.74 157.5 162.43 -
System Red Green Blue C M Y K H S L
Decimal 196 113 200 0.02 0.44 0 0.22 297.24 0.44 0.61
Hex C4 71 C8 2 2C 0 16 129 2C 3D
Octal 304 161 310 2 54 0 26 451 54 75
Binary 11000100 1110001 11001000 10 101100 0 10110 100101001 101100 111101

Color Harmonies of #C471C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C471C8

Black with #C471C8

Text Example


Text Example

White with #C471C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C471C8; }

 p { color: rgb(196,113,200); }

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

background-color css

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

 a { background-color: rgb(196,113,200); }

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

border-color css

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

 span { border-color: rgb(196,113,200); }

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