Html Css Color HEX #C277C8 Orchid

📋 copy color: '#C277C8'

red 194 ◦ green 119 ◦ blue 200

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

Shades of Orchid #C277C8

Tints of Orchid #C277C8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 38.99%

R = 37.82%
G = 23.2%
B = 38.99%

CMYK

 C value IS 0.03

 M value IS 0.40

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#C277C8 (or 0xC277C8) is known color: Orchid. HEX triplet: C2, 77 and C8. RGB value is (194,119,200). Sum of RGB (Red+Green+Blue) = 194+119+200=513 (67% of max value = 765). Red value is 194 (76.17% from 255 or 37.82% from 513); Green value is 119 (46.88% from 255 or 23.20% from 513); Blue value is 200 (78.52% from 255 or 38.99% from 513); Max value from RGB is 200 - color contains mainly: blue. Hex color #C277C8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C277C8 is #3D8837. Grayscale: #969696. Windows color (decimal): -4032568 or 13137858. OLE color: 13137858.

HSL color Cylindrical-coordinate representation of color #C277C8: hue angle of 295.56º degrees, saturation: 0.42, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C277C8 is Cyan = 0.03, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 194 119 200 -
CMYK 0.03 0.40 0 0.22
HSL 295.56º 0.42% 0.63% -
HSV(B) 295.56º 0.41% 0.78% -
XYZ 39.27 28.83 58.14 -
YUV 150.66 155.85 158.91 -
System Red Green Blue C M Y K H S L
Decimal 194 119 200 0.03 0.40 0 0.22 295.56 0.42 0.63
Hex C2 77 C8 3 28 0 16 128 2A 3F
Octal 302 167 310 3 50 0 26 450 52 77
Binary 11000010 1110111 11001000 11 101000 0 10110 100101000 101010 111111

Color Harmonies of #C277C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C277C8

Black with #C277C8

Text Example


Text Example

White with #C277C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C277C8; }

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

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

background-color css

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

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

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

border-color css

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

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

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