Html Css Color HEX #C774C6 Orchid

📋 copy color: '#C774C6'

red 199 ◦ green 116 ◦ blue 198

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

Shades of Orchid #C774C6

Tints of Orchid #C774C6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 38.6%

R = 38.79%
G = 22.61%
B = 38.6%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.01

 K value IS 0.22

RGB Variations

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

Color information

#C774C6 (or 0xC774C6) is known color: Orchid. HEX triplet: C7, 74 and C6. RGB value is (199,116,198). Sum of RGB (Red+Green+Blue) = 199+116+198=513 (67% of max value = 765). Red value is 199 (78.12% from 255 or 38.79% from 513); Green value is 116 (45.70% from 255 or 22.61% from 513); Blue value is 198 (77.73% from 255 or 38.60% from 513); Max value from RGB is 199 - color contains mainly: red. Hex color #C774C6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C774C6 is #388B39. Grayscale: #959595. Windows color (decimal): -3705658 or 13006023. OLE color: 13006023.

HSL color Cylindrical-coordinate representation of color #C774C6: hue angle of 300.72º 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 #C774C6 is Cyan = 0, Magento = 0.42, Yellow = 0.01 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 116 198 -
CMYK 0 0.42 0.01 0.22
HSL 300.72º 0.43% 0.62% -
HSV(B) 300.72º 0.42% 0.78% -
XYZ 39.99 28.71 56.86 -
YUV 150.17 155 162.83 -
System Red Green Blue C M Y K H S L
Decimal 199 116 198 0 0.42 0.01 0.22 300.72 0.43 0.62
Hex C7 74 C6 0 2A 1 16 12D 2B 3E
Octal 307 164 306 0 52 1 26 455 53 76
Binary 11000111 1110100 11000110 0 101010 1 10110 100101101 101011 111110

Color Harmonies of #C774C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C774C6

Black with #C774C6

Text Example


Text Example

White with #C774C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C774C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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