Html Css Color HEX #C478CE Orchid

📋 copy color: '#C478CE'

red 196 ◦ green 120 ◦ blue 206

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

Shades of Orchid #C478CE

Tints of Orchid #C478CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 39.46%

R = 37.55%
G = 22.99%
B = 39.46%

CMYK

 C value IS 0.05

 M value IS 0.42

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C478CE (or 0xC478CE) is known color: Orchid. HEX triplet: C4, 78 and CE. RGB value is (196,120,206). Sum of RGB (Red+Green+Blue) = 196+120+206=522 (69% of max value = 765). Red value is 196 (76.95% from 255 or 37.55% from 522); Green value is 120 (47.27% from 255 or 22.99% from 522); Blue value is 206 (80.86% from 255 or 39.46% from 522); Max value from RGB is 206 - color contains mainly: blue. Hex color #C478CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C478CE is #3B8731. Grayscale: #989898. Windows color (decimal): -3901234 or 13531332. OLE color: 13531332.

HSL color Cylindrical-coordinate representation of color #C478CE: hue angle of 293.02º degrees, saturation: 0.47, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C478CE is Cyan = 0.05, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 196 120 206 -
CMYK 0.05 0.42 0 0.19
HSL 293.02º 0.47% 0.64% -
HSV(B) 293.02º 0.42% 0.81% -
XYZ 40.62 29.62 61.97 -
YUV 152.53 158.18 159.01 -
System Red Green Blue C M Y K H S L
Decimal 196 120 206 0.05 0.42 0 0.19 293.02 0.47 0.64
Hex C4 78 CE 5 2A 0 13 125 2F 40
Octal 304 170 316 5 52 0 23 445 57 100
Binary 11000100 1111000 11001110 101 101010 0 10011 100100101 101111 1000000

Color Harmonies of #C478CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C478CE

Black with #C478CE

Text Example


Text Example

White with #C478CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C478CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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