Html Css Color HEX #C478CC Orchid

📋 copy color: '#C478CC'

red 196 ◦ green 120 ◦ blue 204

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

Shades of Orchid #C478CC

Tints of Orchid #C478CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 39.23%

R = 37.69%
G = 23.08%
B = 39.23%

CMYK

 C value IS 0.04

 M value IS 0.41

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#C478CC (or 0xC478CC) is known color: Orchid. HEX triplet: C4, 78 and CC. RGB value is (196,120,204). Sum of RGB (Red+Green+Blue) = 196+120+204=520 (68% of max value = 765). Red value is 196 (76.95% from 255 or 37.69% from 520); Green value is 120 (47.27% from 255 or 23.08% from 520); Blue value is 204 (80.08% from 255 or 39.23% from 520); Max value from RGB is 204 - color contains mainly: blue. Hex color #C478CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C478CC is #3B8733. Grayscale: #989898. Windows color (decimal): -3901236 or 13400260. OLE color: 13400260.

HSL color Cylindrical-coordinate representation of color #C478CC: hue angle of 294.29º degrees, saturation: 0.45, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C478CC is Cyan = 0.04, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 196 120 204 -
CMYK 0.04 0.41 0 0.2
HSL 294.29º 0.45% 0.64% -
HSV(B) 294.29º 0.41% 0.8% -
XYZ 40.38 29.53 60.7 -
YUV 152.3 157.18 159.17 -
System Red Green Blue C M Y K H S L
Decimal 196 120 204 0.04 0.41 0 0.2 294.29 0.45 0.64
Hex C4 78 CC 4 29 0 14 126 2D 40
Octal 304 170 314 4 51 0 24 446 55 100
Binary 11000100 1111000 11001100 100 101001 0 10100 100100110 101101 1000000

Color Harmonies of #C478CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C478CC

Black with #C478CC

Text Example


Text Example

White with #C478CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C478CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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