Html Css Color HEX #C778DF Orchid

📋 copy color: '#C778DF'

red 199 ◦ green 120 ◦ blue 223

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

Shades of Orchid #C778DF

Tints of Orchid #C778DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 41.14%

R = 36.72%
G = 22.14%
B = 41.14%

CMYK

 C value IS 0.11

 M value IS 0.46

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C778DF (or 0xC778DF) is known color: Orchid. HEX triplet: C7, 78 and DF. RGB value is (199,120,223). Sum of RGB (Red+Green+Blue) = 199+120+223=542 (71% of max value = 765). Red value is 199 (78.12% from 255 or 36.72% from 542); Green value is 120 (47.27% from 255 or 22.14% from 542); Blue value is 223 (87.5% from 255 or 41.14% from 542); Max value from RGB is 223 - color contains mainly: blue. Hex color #C778DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C778DF is #388720. Grayscale: #9B9B9B. Windows color (decimal): -3704609 or 14645447. OLE color: 14645447.

HSL color Cylindrical-coordinate representation of color #C778DF: hue angle of 286.02º degrees, saturation: 0.62, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C778DF is Cyan = 0.11, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 199 120 223 -
CMYK 0.11 0.46 0 0.13
HSL 286.02º 0.62% 0.67% -
HSV(B) 286.02º 0.46% 0.87% -
XYZ 43.59 30.9 73.48 -
YUV 155.36 166.17 159.12 -
System Red Green Blue C M Y K H S L
Decimal 199 120 223 0.11 0.46 0 0.13 286.02 0.62 0.67
Hex C7 78 DF B 2E 0 D 11E 3E 43
Octal 307 170 337 13 56 0 15 436 76 103
Binary 11000111 1111000 11011111 1011 101110 0 1101 100011110 111110 1000011

Color Harmonies of #C778DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C778DF

Black with #C778DF

Text Example


Text Example

White with #C778DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C778DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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