Html Css Color HEX #C277BD Orchid

📋 copy color: '#C277BD'

red 194 ◦ green 119 ◦ blue 189

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

Shades of Orchid #C277BD

Tints of Orchid #C277BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 37.65%

R = 38.65%
G = 23.71%
B = 37.65%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.03

 K value IS 0.24

RGB Variations

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

Color information

#C277BD (or 0xC277BD) is known color: Orchid. HEX triplet: C2, 77 and BD. RGB value is (194,119,189). Sum of RGB (Red+Green+Blue) = 194+119+189=502 (66% of max value = 765). Red value is 194 (76.17% from 255 or 38.65% from 502); Green value is 119 (46.88% from 255 or 23.71% from 502); Blue value is 189 (74.22% from 255 or 37.65% from 502); Max value from RGB is 194 - color contains mainly: red. Hex color #C277BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C277BD is #3D8842. Grayscale: #959595. Windows color (decimal): -4032579 or 12416962. OLE color: 12416962.

HSL color Cylindrical-coordinate representation of color #C277BD: hue angle of 304º degrees, saturation: 0.38, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C277BD is Cyan = 0, Magento = 0.39, Yellow = 0.03 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 119 189 -
CMYK 0 0.39 0.03 0.24
HSL 304º 0.38% 0.61% -
HSV(B) 304º 0.39% 0.76% -
XYZ 38.03 28.34 51.61 -
YUV 149.41 150.35 159.81 -
System Red Green Blue C M Y K H S L
Decimal 194 119 189 0 0.39 0.03 0.24 304 0.38 0.61
Hex C2 77 BD 0 27 3 18 130 26 3D
Octal 302 167 275 0 47 3 30 460 46 75
Binary 11000010 1110111 10111101 0 100111 11 11000 100110000 100110 111101

Color Harmonies of #C277BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C277BD

Black with #C277BD

Text Example


Text Example

White with #C277BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C277BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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