Html Css Color HEX #C477DA Orchid

📋 copy color: '#C477DA'

red 196 ◦ green 119 ◦ blue 218

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

Shades of Orchid #C477DA

Tints of Orchid #C477DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 40.9%

R = 36.77%
G = 22.33%
B = 40.9%

CMYK

 C value IS 0.10

 M value IS 0.45

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C477DA (or 0xC477DA) is known color: Orchid. HEX triplet: C4, 77 and DA. RGB value is (196,119,218). Sum of RGB (Red+Green+Blue) = 196+119+218=533 (70% of max value = 765). Red value is 196 (76.95% from 255 or 36.77% from 533); Green value is 119 (46.88% from 255 or 22.33% from 533); Blue value is 218 (85.55% from 255 or 40.90% from 533); Max value from RGB is 218 - color contains mainly: blue. Hex color #C477DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C477DA is #3B8825. Grayscale: #989898. Windows color (decimal): -3901478 or 14317508. OLE color: 14317508.

HSL color Cylindrical-coordinate representation of color #C477DA: hue angle of 286.67º degrees, saturation: 0.57, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C477DA is Cyan = 0.10, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 196 119 218 -
CMYK 0.10 0.45 0 0.15
HSL 286.67º 0.57% 0.66% -
HSV(B) 286.67º 0.45% 0.85% -
XYZ 42.02 29.99 69.9 -
YUV 153.31 164.51 158.45 -
System Red Green Blue C M Y K H S L
Decimal 196 119 218 0.10 0.45 0 0.15 286.67 0.57 0.66
Hex C4 77 DA A 2D 0 F 11F 39 42
Octal 304 167 332 12 55 0 17 437 71 102
Binary 11000100 1110111 11011010 1010 101101 0 1111 100011111 111001 1000010

Color Harmonies of #C477DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C477DA

Black with #C477DA

Text Example


Text Example

White with #C477DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C477DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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