Html Css Color HEX #C778CF Orchid

📋 copy color: '#C778CF'

red 199 ◦ green 120 ◦ blue 207

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

Shades of Orchid #C778CF

Tints of Orchid #C778CF

RGB

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

 GREEN value IS 120 (47.27% from 255) = 22.81%

 BLUE value IS 207 (81.25% from 255) = 39.35%

R = 37.83%
G = 22.81%
B = 39.35%

CMYK

 C value IS 0.04

 M value IS 0.42

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C778CF (or 0xC778CF) is known color: Orchid. HEX triplet: C7, 78 and CF. RGB value is (199,120,207). Sum of RGB (Red+Green+Blue) = 199+120+207=526 (69% of max value = 765). Red value is 199 (78.12% from 255 or 37.83% from 526); Green value is 120 (47.27% from 255 or 22.81% from 526); Blue value is 207 (81.25% from 255 or 39.35% from 526); Max value from RGB is 207 - color contains mainly: blue. Hex color #C778CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C778CF is #388730. Grayscale: #999999. Windows color (decimal): -3704625 or 13596871. OLE color: 13596871.

HSL color Cylindrical-coordinate representation of color #C778CF: hue angle of 294.48º degrees, saturation: 0.48, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C778CF is Cyan = 0.04, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 199 120 207 -
CMYK 0.04 0.42 0 0.19
HSL 294.48º 0.48% 0.64% -
HSV(B) 294.48º 0.42% 0.81% -
XYZ 41.53 30.08 62.65 -
YUV 153.54 158.17 160.43 -
System Red Green Blue C M Y K H S L
Decimal 199 120 207 0.04 0.42 0 0.19 294.48 0.48 0.64
Hex C7 78 CF 4 2A 0 13 126 30 40
Octal 307 170 317 4 52 0 23 446 60 100
Binary 11000111 1111000 11001111 100 101010 0 10011 100100110 110000 1000000

Color Harmonies of #C778CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C778CF

Black with #C778CF

Text Example


Text Example

White with #C778CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C778CF; }

 p { color: rgb(199,120,207); }

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

background-color css

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

 a { background-color: rgb(199,120,207); }

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

border-color css

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

 span { border-color: rgb(199,120,207); }

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