Html Css Color HEX #C775DC Orchid

📋 copy color: '#C775DC'

red 199 ◦ green 117 ◦ blue 220

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

Shades of Orchid #C775DC

Tints of Orchid #C775DC

RGB

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

 GREEN value IS 117 (46.09% from 255) = 21.83%

 BLUE value IS 220 (86.33% from 255) = 41.04%

R = 37.13%
G = 21.83%
B = 41.04%

CMYK

 C value IS 0.10

 M value IS 0.47

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C775DC (or 0xC775DC) is known color: Orchid. HEX triplet: C7, 75 and DC. RGB value is (199,117,220). Sum of RGB (Red+Green+Blue) = 199+117+220=536 (70% of max value = 765). Red value is 199 (78.12% from 255 or 37.13% from 536); Green value is 117 (46.09% from 255 or 21.83% from 536); Blue value is 220 (86.33% from 255 or 41.04% from 536); Max value from RGB is 220 - color contains mainly: blue. Hex color #C775DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C775DC is #388A23. Grayscale: #989898. Windows color (decimal): -3705380 or 14448071. OLE color: 14448071.

HSL color Cylindrical-coordinate representation of color #C775DC: hue angle of 287.77º degrees, saturation: 0.6, 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 #C775DC is Cyan = 0.10, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 199 117 220 -
CMYK 0.10 0.47 0 0.14
HSL 287.77º 0.6% 0.66% -
HSV(B) 287.77º 0.47% 0.86% -
XYZ 42.83 30.03 71.25 -
YUV 153.26 165.67 160.62 -
System Red Green Blue C M Y K H S L
Decimal 199 117 220 0.10 0.47 0 0.14 287.77 0.6 0.66
Hex C7 75 DC A 2F 0 E 120 3C 42
Octal 307 165 334 12 57 0 16 440 74 102
Binary 11000111 1110101 11011100 1010 101111 0 1110 100100000 111100 1000010

Color Harmonies of #C775DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C775DC

Black with #C775DC

Text Example


Text Example

White with #C775DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C775DC; }

 p { color: rgb(199,117,220); }

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

background-color css

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

 a { background-color: rgb(199,117,220); }

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

border-color css

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

 span { border-color: rgb(199,117,220); }

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