Html Css Color HEX #C774BA Orchid

📋 copy color: '#C774BA'

red 199 ◦ green 116 ◦ blue 186

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

Shades of Orchid #C774BA

Tints of Orchid #C774BA

RGB

 RED value IS 199 (78.13% from 255) = 39.72%

 GREEN value IS 116 (45.7% from 255) = 23.15%

 BLUE value IS 186 (73.05% from 255) = 37.13%

R = 39.72%
G = 23.15%
B = 37.13%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.07

 K value IS 0.22

RGB Variations

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

Color information

#C774BA (or 0xC774BA) is known color: Orchid. HEX triplet: C7, 74 and BA. RGB value is (199,116,186). Sum of RGB (Red+Green+Blue) = 199+116+186=501 (66% of max value = 765). Red value is 199 (78.12% from 255 or 39.72% from 501); Green value is 116 (45.70% from 255 or 23.15% from 501); Blue value is 186 (73.05% from 255 or 37.13% from 501); Max value from RGB is 199 - color contains mainly: red. Hex color #C774BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C774BA is #388B45. Grayscale: #949494. Windows color (decimal): -3705670 or 12219591. OLE color: 12219591.

HSL color Cylindrical-coordinate representation of color #C774BA: hue angle of 309.4º degrees, saturation: 0.43, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C774BA is Cyan = 0, Magento = 0.42, Yellow = 0.07 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 116 186 -
CMYK 0 0.42 0.07 0.22
HSL 309.4º 0.43% 0.62% -
HSV(B) 309.4º 0.42% 0.78% -
XYZ 38.66 28.18 49.86 -
YUV 148.8 149 163.81 -
System Red Green Blue C M Y K H S L
Decimal 199 116 186 0 0.42 0.07 0.22 309.4 0.43 0.62
Hex C7 74 BA 0 2A 7 16 135 2B 3E
Octal 307 164 272 0 52 7 26 465 53 76
Binary 11000111 1110100 10111010 0 101010 111 10110 100110101 101011 111110

Color Harmonies of #C774BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C774BA

Black with #C774BA

Text Example


Text Example

White with #C774BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C774BA; }

 p { color: rgb(199,116,186); }

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

background-color css

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

 a { background-color: rgb(199,116,186); }

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

border-color css

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

 span { border-color: rgb(199,116,186); }

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