Html Css Color HEX #C477C2 Orchid

📋 copy color: '#C477C2'

red 196 ◦ green 119 ◦ blue 194

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

Shades of Orchid #C477C2

Tints of Orchid #C477C2

RGB

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

 GREEN value IS 119 (46.88% from 255) = 23.38%

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

R = 38.51%
G = 23.38%
B = 38.11%

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

#C477C2 (or 0xC477C2) is known color: Orchid. HEX triplet: C4, 77 and C2. RGB value is (196,119,194). Sum of RGB (Red+Green+Blue) = 196+119+194=509 (67% of max value = 765). Red value is 196 (76.95% from 255 or 38.51% from 509); Green value is 119 (46.88% from 255 or 23.38% from 509); Blue value is 194 (76.17% from 255 or 38.11% from 509); Max value from RGB is 196 - color contains mainly: red. Hex color #C477C2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C477C2 is #3B883D. Grayscale: #969696. Windows color (decimal): -3901502 or 12744644. OLE color: 12744644.

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

Color convert

RGB 196 119 194 -
CMYK 0 0.39 0.01 0.23
HSL 301.56º 0.39% 0.62% -
HSV(B) 301.56º 0.39% 0.77% -
XYZ 39.1 28.82 54.54 -
YUV 150.57 152.51 160.4 -
System Red Green Blue C M Y K H S L
Decimal 196 119 194 0 0.39 0.01 0.23 301.56 0.39 0.62
Hex C4 77 C2 0 27 1 17 12E 27 3E
Octal 304 167 302 0 47 1 27 456 47 76
Binary 11000100 1110111 11000010 0 100111 1 10111 100101110 100111 111110

Color Harmonies of #C477C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C477C2

Black with #C477C2

Text Example


Text Example

White with #C477C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C477C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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