Html Css Color HEX #C277D7 Orchid

📋 copy color: '#C277D7'

red 194 ◦ green 119 ◦ blue 215

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

Shades of Orchid #C277D7

Tints of Orchid #C277D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 40.72%

R = 36.74%
G = 22.54%
B = 40.72%

CMYK

 C value IS 0.10

 M value IS 0.45

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#C277D7 (or 0xC277D7) is known color: Orchid. HEX triplet: C2, 77 and D7. RGB value is (194,119,215). Sum of RGB (Red+Green+Blue) = 194+119+215=528 (69% of max value = 765). Red value is 194 (76.17% from 255 or 36.74% from 528); Green value is 119 (46.88% from 255 or 22.54% from 528); Blue value is 215 (84.38% from 255 or 40.72% from 528); Max value from RGB is 215 - color contains mainly: blue. Hex color #C277D7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C277D7 is #3D8828. Grayscale: #989898. Windows color (decimal): -4032553 or 14120898. OLE color: 14120898.

HSL color Cylindrical-coordinate representation of color #C277D7: hue angle of 286.88º degrees, saturation: 0.55, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C277D7 is Cyan = 0.10, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 194 119 215 -
CMYK 0.10 0.45 0 0.16
HSL 286.88º 0.55% 0.65% -
HSV(B) 286.88º 0.45% 0.84% -
XYZ 41.11 29.57 67.83 -
YUV 152.37 163.35 157.69 -
System Red Green Blue C M Y K H S L
Decimal 194 119 215 0.10 0.45 0 0.16 286.88 0.55 0.65
Hex C2 77 D7 A 2D 0 10 11F 37 41
Octal 302 167 327 12 55 0 20 437 67 101
Binary 11000010 1110111 11010111 1010 101101 0 10000 100011111 110111 1000001

Color Harmonies of #C277D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C277D7

Black with #C277D7

Text Example


Text Example

White with #C277D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C277D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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