Html Css Color HEX #C477DB Orchid

📋 copy color: '#C477DB'

red 196 ◦ green 119 ◦ blue 219

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

Shades of Orchid #C477DB

Tints of Orchid #C477DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 41.01%

R = 36.7%
G = 22.28%
B = 41.01%

CMYK

 C value IS 0.11

 M value IS 0.46

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C477DB (or 0xC477DB) is known color: Orchid. HEX triplet: C4, 77 and DB. RGB value is (196,119,219). Sum of RGB (Red+Green+Blue) = 196+119+219=534 (70% of max value = 765). Red value is 196 (76.95% from 255 or 36.70% from 534); Green value is 119 (46.88% from 255 or 22.28% from 534); Blue value is 219 (85.94% from 255 or 41.01% from 534); Max value from RGB is 219 - color contains mainly: blue. Hex color #C477DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C477DB is #3B8824. Grayscale: #999999. Windows color (decimal): -3901477 or 14383044. OLE color: 14383044.

HSL color Cylindrical-coordinate representation of color #C477DB: hue angle of 286.2º degrees, saturation: 0.58, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C477DB is Cyan = 0.11, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 196 119 219 -
CMYK 0.11 0.46 0 0.14
HSL 286.2º 0.58% 0.66% -
HSV(B) 286.2º 0.46% 0.86% -
XYZ 42.15 30.04 70.6 -
YUV 153.42 165.01 158.37 -
System Red Green Blue C M Y K H S L
Decimal 196 119 219 0.11 0.46 0 0.14 286.2 0.58 0.66
Hex C4 77 DB B 2E 0 E 11E 3A 42
Octal 304 167 333 13 56 0 16 436 72 102
Binary 11000100 1110111 11011011 1011 101110 0 1110 100011110 111010 1000010

Color Harmonies of #C477DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C477DB

Black with #C477DB

Text Example


Text Example

White with #C477DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C477DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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