Html Css Color HEX #C780D3 Orchid

📋 copy color: '#C780D3'

red 199 ◦ green 128 ◦ blue 211

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

Shades of Orchid #C780D3

Tints of Orchid #C780D3

RGB

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

 GREEN value IS 128 (50.39% from 255) = 23.79%

 BLUE value IS 211 (82.81% from 255) = 39.22%

R = 36.99%
G = 23.79%
B = 39.22%

CMYK

 C value IS 0.06

 M value IS 0.39

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#C780D3 (or 0xC780D3) is known color: Orchid. HEX triplet: C7, 80 and D3. RGB value is (199,128,211). Sum of RGB (Red+Green+Blue) = 199+128+211=538 (71% of max value = 765). Red value is 199 (78.12% from 255 or 36.99% from 538); Green value is 128 (50.39% from 255 or 23.79% from 538); Blue value is 211 (82.81% from 255 or 39.22% from 538); Max value from RGB is 211 - color contains mainly: blue. Hex color #C780D3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C780D3 is #387F2C. Grayscale: #9E9E9E. Windows color (decimal): -3702573 or 13861063. OLE color: 13861063.

HSL color Cylindrical-coordinate representation of color #C780D3: hue angle of 291.33º degrees, saturation: 0.49, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C780D3 is Cyan = 0.06, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 199 128 211 -
CMYK 0.06 0.39 0 0.17
HSL 291.33º 0.49% 0.66% -
HSV(B) 291.33º 0.39% 0.83% -
XYZ 43.03 32.28 65.59 -
YUV 158.69 157.52 156.75 -
System Red Green Blue C M Y K H S L
Decimal 199 128 211 0.06 0.39 0 0.17 291.33 0.49 0.66
Hex C7 80 D3 6 27 0 11 123 31 42
Octal 307 200 323 6 47 0 21 443 61 102
Binary 11000111 10000000 11010011 110 100111 0 10001 100100011 110001 1000010

Color Harmonies of #C780D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C780D3

Black with #C780D3

Text Example


Text Example

White with #C780D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C780D3; }

 p { color: rgb(199,128,211); }

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

background-color css

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

 a { background-color: rgb(199,128,211); }

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

border-color css

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

 span { border-color: rgb(199,128,211); }

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