Html Css Color HEX #C478BE Orchid

📋 copy color: '#C478BE'

red 196 ◦ green 120 ◦ blue 190

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

Shades of Orchid #C478BE

Tints of Orchid #C478BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 37.55%

R = 38.74%
G = 23.72%
B = 37.55%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.03

 K value IS 0.23

RGB Variations

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

Color information

#C478BE (or 0xC478BE) is known color: Orchid. HEX triplet: C4, 78 and BE. RGB value is (196,120,190). Sum of RGB (Red+Green+Blue) = 196+120+190=506 (67% of max value = 765). Red value is 196 (76.95% from 255 or 38.74% from 506); Green value is 120 (47.27% from 255 or 23.72% from 506); Blue value is 190 (74.61% from 255 or 37.55% from 506); Max value from RGB is 196 - color contains mainly: red. Hex color #C478BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C478BE is #3B8741. Grayscale: #969696. Windows color (decimal): -3901250 or 12482756. OLE color: 12482756.

HSL color Cylindrical-coordinate representation of color #C478BE: hue angle of 304.74º 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 #C478BE is Cyan = 0, Magento = 0.39, Yellow = 0.03 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 120 190 -
CMYK 0 0.39 0.03 0.23
HSL 304.74º 0.39% 0.62% -
HSV(B) 304.74º 0.39% 0.77% -
XYZ 38.78 28.89 52.25 -
YUV 150.7 150.18 160.31 -
System Red Green Blue C M Y K H S L
Decimal 196 120 190 0 0.39 0.03 0.23 304.74 0.39 0.62
Hex C4 78 BE 0 27 3 17 131 27 3E
Octal 304 170 276 0 47 3 27 461 47 76
Binary 11000100 1111000 10111110 0 100111 11 10111 100110001 100111 111110

Color Harmonies of #C478BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C478BE

Black with #C478BE

Text Example


Text Example

White with #C478BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C478BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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