Html Css Color HEX #C277CB Orchid

📋 copy color: '#C277CB'

red 194 ◦ green 119 ◦ blue 203

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

Shades of Orchid #C277CB

Tints of Orchid #C277CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 39.34%

R = 37.6%
G = 23.06%
B = 39.34%

CMYK

 C value IS 0.04

 M value IS 0.41

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C277CB (or 0xC277CB) is known color: Orchid. HEX triplet: C2, 77 and CB. RGB value is (194,119,203). Sum of RGB (Red+Green+Blue) = 194+119+203=516 (68% of max value = 765). Red value is 194 (76.17% from 255 or 37.60% from 516); Green value is 119 (46.88% from 255 or 23.06% from 516); Blue value is 203 (79.69% from 255 or 39.34% from 516); Max value from RGB is 203 - color contains mainly: blue. Hex color #C277CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C277CB is #3D8834. Grayscale: #969696. Windows color (decimal): -4032565 or 13334466. OLE color: 13334466.

HSL color Cylindrical-coordinate representation of color #C277CB: hue angle of 293.57º degrees, saturation: 0.45, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C277CB is Cyan = 0.04, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 194 119 203 -
CMYK 0.04 0.41 0 0.20
HSL 293.57º 0.45% 0.63% -
HSV(B) 293.57º 0.41% 0.8% -
XYZ 39.62 28.97 60 -
YUV 151 157.35 158.67 -
System Red Green Blue C M Y K H S L
Decimal 194 119 203 0.04 0.41 0 0.20 293.57 0.45 0.63
Hex C2 77 CB 4 29 0 14 126 2D 3F
Octal 302 167 313 4 51 0 24 446 55 77
Binary 11000010 1110111 11001011 100 101001 0 10100 100100110 101101 111111

Color Harmonies of #C277CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C277CB

Black with #C277CB

Text Example


Text Example

White with #C277CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C277CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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