Html Css Color HEX #C277DD Orchid

📋 copy color: '#C277DD'

red 194 ◦ green 119 ◦ blue 221

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

Shades of Orchid #C277DD

Tints of Orchid #C277DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 41.39%

R = 36.33%
G = 22.28%
B = 41.39%

CMYK

 C value IS 0.12

 M value IS 0.46

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C277DD (or 0xC277DD) is known color: Orchid. HEX triplet: C2, 77 and DD. RGB value is (194,119,221). Sum of RGB (Red+Green+Blue) = 194+119+221=534 (70% of max value = 765). Red value is 194 (76.17% from 255 or 36.33% from 534); Green value is 119 (46.88% from 255 or 22.28% from 534); Blue value is 221 (86.72% from 255 or 41.39% from 534); Max value from RGB is 221 - color contains mainly: blue. Hex color #C277DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C277DD is #3D8822. Grayscale: #989898. Windows color (decimal): -4032547 or 14514114. OLE color: 14514114.

HSL color Cylindrical-coordinate representation of color #C277DD: hue angle of 284.12º degrees, saturation: 0.6, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C277DD is Cyan = 0.12, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 194 119 221 -
CMYK 0.12 0.46 0 0.13
HSL 284.12º 0.6% 0.67% -
HSV(B) 284.12º 0.46% 0.87% -
XYZ 41.9 29.88 71.97 -
YUV 153.05 166.35 157.21 -
System Red Green Blue C M Y K H S L
Decimal 194 119 221 0.12 0.46 0 0.13 284.12 0.6 0.67
Hex C2 77 DD C 2E 0 D 11C 3C 43
Octal 302 167 335 14 56 0 15 434 74 103
Binary 11000010 1110111 11011101 1100 101110 0 1101 100011100 111100 1000011

Color Harmonies of #C277DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C277DD

Black with #C277DD

Text Example


Text Example

White with #C277DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C277DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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