Html Css Color HEX #C478CA Orchid

📋 copy color: '#C478CA'

red 196 ◦ green 120 ◦ blue 202

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

Shades of Orchid #C478CA

Tints of Orchid #C478CA

RGB

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

 GREEN value IS 120 (47.27% from 255) = 23.17%

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

R = 37.84%
G = 23.17%
B = 39%

CMYK

 C value IS 0.03

 M value IS 0.41

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#C478CA (or 0xC478CA) is known color: Orchid. HEX triplet: C4, 78 and CA. RGB value is (196,120,202). Sum of RGB (Red+Green+Blue) = 196+120+202=518 (68% of max value = 765). Red value is 196 (76.95% from 255 or 37.84% from 518); Green value is 120 (47.27% from 255 or 23.17% from 518); Blue value is 202 (79.30% from 255 or 39.00% from 518); Max value from RGB is 202 - color contains mainly: blue. Hex color #C478CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C478CA is #3B8735. Grayscale: #979797. Windows color (decimal): -3901238 or 13269188. OLE color: 13269188.

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

Color convert

RGB 196 120 202 -
CMYK 0.03 0.41 0 0.21
HSL 295.61º 0.44% 0.63% -
HSV(B) 295.61º 0.41% 0.79% -
XYZ 40.14 29.43 59.44 -
YUV 152.07 156.18 159.33 -
System Red Green Blue C M Y K H S L
Decimal 196 120 202 0.03 0.41 0 0.21 295.61 0.44 0.63
Hex C4 78 CA 3 29 0 15 128 2C 3F
Octal 304 170 312 3 51 0 25 450 54 77
Binary 11000100 1111000 11001010 11 101001 0 10101 100101000 101100 111111

Color Harmonies of #C478CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C478CA

Black with #C478CA

Text Example


Text Example

White with #C478CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C478CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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