Html Css Color HEX #C277C4 Orchid

📋 copy color: '#C277C4'

red 194 ◦ green 119 ◦ blue 196

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

Shades of Orchid #C277C4

Tints of Orchid #C277C4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 38.51%

R = 38.11%
G = 23.38%
B = 38.51%

CMYK

 C value IS 0.01

 M value IS 0.39

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#C277C4 (or 0xC277C4) is known color: Orchid. HEX triplet: C2, 77 and C4. RGB value is (194,119,196). Sum of RGB (Red+Green+Blue) = 194+119+196=509 (67% of max value = 765). Red value is 194 (76.17% from 255 or 38.11% from 509); Green value is 119 (46.88% from 255 or 23.38% from 509); Blue value is 196 (76.95% from 255 or 38.51% from 509); Max value from RGB is 196 - color contains mainly: blue. Hex color #C277C4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C277C4 is #3D883B. Grayscale: #959595. Windows color (decimal): -4032572 or 12875714. OLE color: 12875714.

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

Color convert

RGB 194 119 196 -
CMYK 0.01 0.39 0 0.23
HSL 298.44º 0.39% 0.62% -
HSV(B) 298.44º 0.39% 0.77% -
XYZ 38.81 28.65 55.71 -
YUV 150.2 153.85 159.24 -
System Red Green Blue C M Y K H S L
Decimal 194 119 196 0.01 0.39 0 0.23 298.44 0.39 0.62
Hex C2 77 C4 1 27 0 17 12A 27 3E
Octal 302 167 304 1 47 0 27 452 47 76
Binary 11000010 1110111 11000100 1 100111 0 10111 100101010 100111 111110

Color Harmonies of #C277C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C277C4

Black with #C277C4

Text Example


Text Example

White with #C277C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C277C4; }

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

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

background-color css

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

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

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

border-color css

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

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

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