Html Css Color HEX #C778DA Orchid

📋 copy color: '#C778DA'

red 199 ◦ green 120 ◦ blue 218

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

Shades of Orchid #C778DA

Tints of Orchid #C778DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 40.6%

R = 37.06%
G = 22.35%
B = 40.6%

CMYK

 C value IS 0.09

 M value IS 0.45

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C778DA (or 0xC778DA) is known color: Orchid. HEX triplet: C7, 78 and DA. RGB value is (199,120,218). Sum of RGB (Red+Green+Blue) = 199+120+218=537 (71% of max value = 765). Red value is 199 (78.12% from 255 or 37.06% from 537); Green value is 120 (47.27% from 255 or 22.35% from 537); Blue value is 218 (85.55% from 255 or 40.60% from 537); Max value from RGB is 218 - color contains mainly: blue. Hex color #C778DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C778DA is #388725. Grayscale: #9A9A9A. Windows color (decimal): -3704614 or 14317767. OLE color: 14317767.

HSL color Cylindrical-coordinate representation of color #C778DA: hue angle of 288.37º degrees, saturation: 0.57, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C778DA is Cyan = 0.09, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 199 120 218 -
CMYK 0.09 0.45 0 0.15
HSL 288.37º 0.57% 0.66% -
HSV(B) 288.37º 0.45% 0.85% -
XYZ 42.92 30.64 69.98 -
YUV 154.79 163.67 159.53 -
System Red Green Blue C M Y K H S L
Decimal 199 120 218 0.09 0.45 0 0.15 288.37 0.57 0.66
Hex C7 78 DA 9 2D 0 F 120 39 42
Octal 307 170 332 11 55 0 17 440 71 102
Binary 11000111 1111000 11011010 1001 101101 0 1111 100100000 111001 1000010

Color Harmonies of #C778DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C778DA

Black with #C778DA

Text Example


Text Example

White with #C778DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C778DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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