Html Css Color HEX #C471CA Orchid

📋 copy color: '#C471CA'

red 196 ◦ green 113 ◦ blue 202

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

Shades of Orchid #C471CA

Tints of Orchid #C471CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 39.53%

R = 38.36%
G = 22.11%
B = 39.53%

CMYK

 C value IS 0.03

 M value IS 0.44

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#C471CA (or 0xC471CA) is known color: Orchid. HEX triplet: C4, 71 and CA. RGB value is (196,113,202). Sum of RGB (Red+Green+Blue) = 196+113+202=511 (67% of max value = 765). Red value is 196 (76.95% from 255 or 38.36% from 511); Green value is 113 (44.53% from 255 or 22.11% from 511); Blue value is 202 (79.30% from 255 or 39.53% from 511); Max value from RGB is 202 - color contains mainly: blue. Hex color #C471CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C471CA is #3B8E35. Grayscale: #939393. Windows color (decimal): -3903030 or 13267396. OLE color: 13267396.

HSL color Cylindrical-coordinate representation of color #C471CA: hue angle of 295.96º degrees, saturation: 0.46, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C471CA is Cyan = 0.03, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 196 113 202 -
CMYK 0.03 0.44 0 0.21
HSL 295.96º 0.46% 0.62% -
HSV(B) 295.96º 0.44% 0.79% -
XYZ 39.33 27.81 59.17 -
YUV 147.96 158.5 162.26 -
System Red Green Blue C M Y K H S L
Decimal 196 113 202 0.03 0.44 0 0.21 295.96 0.46 0.62
Hex C4 71 CA 3 2C 0 15 128 2E 3E
Octal 304 161 312 3 54 0 25 450 56 76
Binary 11000100 1110001 11001010 11 101100 0 10101 100101000 101110 111110

Color Harmonies of #C471CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C471CA

Black with #C471CA

Text Example


Text Example

White with #C471CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C471CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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