Html Css Color HEX #C277C5 Orchid

📋 copy color: '#C277C5'

red 194 ◦ green 119 ◦ blue 197

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

Shades of Orchid #C277C5

Tints of Orchid #C277C5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 38.63%

R = 38.04%
G = 23.33%
B = 38.63%

CMYK

 C value IS 0.02

 M value IS 0.40

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#C277C5 (or 0xC277C5) is known color: Orchid. HEX triplet: C2, 77 and C5. RGB value is (194,119,197). Sum of RGB (Red+Green+Blue) = 194+119+197=510 (67% of max value = 765). Red value is 194 (76.17% from 255 or 38.04% from 510); Green value is 119 (46.88% from 255 or 23.33% from 510); Blue value is 197 (77.34% from 255 or 38.63% from 510); Max value from RGB is 197 - color contains mainly: blue. Hex color #C277C5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C277C5 is #3D883A. Grayscale: #969696. Windows color (decimal): -4032571 or 12941250. OLE color: 12941250.

HSL color Cylindrical-coordinate representation of color #C277C5: hue angle of 297.69º degrees, saturation: 0.4, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C277C5 is Cyan = 0.02, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 194 119 197 -
CMYK 0.02 0.40 0 0.23
HSL 297.69º 0.4% 0.62% -
HSV(B) 297.69º 0.4% 0.77% -
XYZ 38.92 28.69 56.31 -
YUV 150.32 154.35 159.16 -
System Red Green Blue C M Y K H S L
Decimal 194 119 197 0.02 0.40 0 0.23 297.69 0.4 0.62
Hex C2 77 C5 2 28 0 17 12A 28 3E
Octal 302 167 305 2 50 0 27 452 50 76
Binary 11000010 1110111 11000101 10 101000 0 10111 100101010 101000 111110

Color Harmonies of #C277C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C277C5

Black with #C277C5

Text Example


Text Example

White with #C277C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C277C5; }

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

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

background-color css

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

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

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

border-color css

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

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

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