Html Css Color HEX #C774DB Orchid

📋 copy color: '#C774DB'

red 199 ◦ green 116 ◦ blue 219

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

Shades of Orchid #C774DB

Tints of Orchid #C774DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 41.01%

R = 37.27%
G = 21.72%
B = 41.01%

CMYK

 C value IS 0.09

 M value IS 0.47

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C774DB (or 0xC774DB) is known color: Orchid. HEX triplet: C7, 74 and DB. RGB value is (199,116,219). Sum of RGB (Red+Green+Blue) = 199+116+219=534 (70% of max value = 765). Red value is 199 (78.12% from 255 or 37.27% from 534); Green value is 116 (45.70% from 255 or 21.72% from 534); Blue value is 219 (85.94% from 255 or 41.01% from 534); Max value from RGB is 219 - color contains mainly: blue. Hex color #C774DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C774DB is #388B24. Grayscale: #989898. Windows color (decimal): -3705637 or 14382279. OLE color: 14382279.

HSL color Cylindrical-coordinate representation of color #C774DB: hue angle of 288.35º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C774DB is Cyan = 0.09, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 199 116 219 -
CMYK 0.09 0.47 0 0.14
HSL 288.35º 0.59% 0.66% -
HSV(B) 288.35º 0.47% 0.86% -
XYZ 42.58 29.75 70.52 -
YUV 152.56 165.5 161.12 -
System Red Green Blue C M Y K H S L
Decimal 199 116 219 0.09 0.47 0 0.14 288.35 0.59 0.66
Hex C7 74 DB 9 2F 0 E 120 3B 42
Octal 307 164 333 11 57 0 16 440 73 102
Binary 11000111 1110100 11011011 1001 101111 0 1110 100100000 111011 1000010

Color Harmonies of #C774DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C774DB

Black with #C774DB

Text Example


Text Example

White with #C774DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C774DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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