Html Css Color HEX #C277CC Orchid

📋 copy color: '#C277CC'

red 194 ◦ green 119 ◦ blue 204

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

Shades of Orchid #C277CC

Tints of Orchid #C277CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 39.46%

R = 37.52%
G = 23.02%
B = 39.46%

CMYK

 C value IS 0.05

 M value IS 0.42

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#C277CC (or 0xC277CC) is known color: Orchid. HEX triplet: C2, 77 and CC. RGB value is (194,119,204). Sum of RGB (Red+Green+Blue) = 194+119+204=517 (68% of max value = 765). Red value is 194 (76.17% from 255 or 37.52% from 517); Green value is 119 (46.88% from 255 or 23.02% from 517); Blue value is 204 (80.08% from 255 or 39.46% from 517); Max value from RGB is 204 - color contains mainly: blue. Hex color #C277CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C277CC is #3D8833. Grayscale: #969696. Windows color (decimal): -4032564 or 13400002. OLE color: 13400002.

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

Color convert

RGB 194 119 204 -
CMYK 0.05 0.42 0 0.2
HSL 292.94º 0.45% 0.63% -
HSV(B) 292.94º 0.42% 0.8% -
XYZ 39.74 29.02 60.63 -
YUV 151.12 157.85 158.59 -
System Red Green Blue C M Y K H S L
Decimal 194 119 204 0.05 0.42 0 0.2 292.94 0.45 0.63
Hex C2 77 CC 5 2A 0 14 125 2D 3F
Octal 302 167 314 5 52 0 24 445 55 77
Binary 11000010 1110111 11001100 101 101010 0 10100 100100101 101101 111111

Color Harmonies of #C277CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C277CC

Black with #C277CC

Text Example


Text Example

White with #C277CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C277CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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