Html Css Color HEX #C478C2 Orchid

📋 copy color: '#C478C2'

red 196 ◦ green 120 ◦ blue 194

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

Shades of Orchid #C478C2

Tints of Orchid #C478C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 38.04%

R = 38.43%
G = 23.53%
B = 38.04%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.01

 K value IS 0.23

RGB Variations

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

Color information

#C478C2 (or 0xC478C2) is known color: Orchid. HEX triplet: C4, 78 and C2. RGB value is (196,120,194). Sum of RGB (Red+Green+Blue) = 196+120+194=510 (67% of max value = 765). Red value is 196 (76.95% from 255 or 38.43% from 510); Green value is 120 (47.27% from 255 or 23.53% from 510); Blue value is 194 (76.17% from 255 or 38.04% from 510); Max value from RGB is 196 - color contains mainly: red. Hex color #C478C2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C478C2 is #3B873D. Grayscale: #969696. Windows color (decimal): -3901246 or 12744900. OLE color: 12744900.

HSL color Cylindrical-coordinate representation of color #C478C2: hue angle of 301.58º degrees, saturation: 0.39, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C478C2 is Cyan = 0, Magento = 0.39, Yellow = 0.01 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 120 194 -
CMYK 0 0.39 0.01 0.23
HSL 301.58º 0.39% 0.62% -
HSV(B) 301.58º 0.39% 0.77% -
XYZ 39.22 29.06 54.58 -
YUV 151.16 152.18 159.98 -
System Red Green Blue C M Y K H S L
Decimal 196 120 194 0 0.39 0.01 0.23 301.58 0.39 0.62
Hex C4 78 C2 0 27 1 17 12E 27 3E
Octal 304 170 302 0 47 1 27 456 47 76
Binary 11000100 1111000 11000010 0 100111 1 10111 100101110 100111 111110

Color Harmonies of #C478C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C478C2

Black with #C478C2

Text Example


Text Example

White with #C478C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C478C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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