Html Css Color HEX #C277DB Orchid

📋 copy color: '#C277DB'

red 194 ◦ green 119 ◦ blue 219

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

Shades of Orchid #C277DB

Tints of Orchid #C277DB

RGB

 RED value IS 194 (76.17% from 255) = 36.47%

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

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

R = 36.47%
G = 22.37%
B = 41.17%

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

#C277DB (or 0xC277DB) is known color: Orchid. HEX triplet: C2, 77 and DB. RGB value is (194,119,219). Sum of RGB (Red+Green+Blue) = 194+119+219=532 (70% of max value = 765). Red value is 194 (76.17% from 255 or 36.47% from 532); Green value is 119 (46.88% from 255 or 22.37% from 532); Blue value is 219 (85.94% from 255 or 41.17% from 532); Max value from RGB is 219 - color contains mainly: blue. Hex color #C277DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C277DB is #3D8824. Grayscale: #989898. Windows color (decimal): -4032549 or 14383042. OLE color: 14383042.

HSL color Cylindrical-coordinate representation of color #C277DB: hue angle of 285º 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 #C277DB is Cyan = 0.11, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 194 119 219 -
CMYK 0.11 0.46 0 0.14
HSL 285º 0.58% 0.66% -
HSV(B) 285º 0.46% 0.86% -
XYZ 41.63 29.78 70.57 -
YUV 152.83 165.35 157.37 -
System Red Green Blue C M Y K H S L
Decimal 194 119 219 0.11 0.46 0 0.14 285 0.58 0.66
Hex C2 77 DB B 2E 0 E 11D 3A 42
Octal 302 167 333 13 56 0 16 435 72 102
Binary 11000010 1110111 11011011 1011 101110 0 1110 100011101 111010 1000010

Color Harmonies of #C277DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C277DB

Black with #C277DB

Text Example


Text Example

White with #C277DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C277DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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