Html Css Color HEX #C780D6 Orchid

📋 copy color: '#C780D6'

red 199 ◦ green 128 ◦ blue 214

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

Shades of Orchid #C780D6

Tints of Orchid #C780D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 39.56%

R = 36.78%
G = 23.66%
B = 39.56%

CMYK

 C value IS 0.07

 M value IS 0.40

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#C780D6 (or 0xC780D6) is known color: Orchid. HEX triplet: C7, 80 and D6. RGB value is (199,128,214). Sum of RGB (Red+Green+Blue) = 199+128+214=541 (71% of max value = 765). Red value is 199 (78.12% from 255 or 36.78% from 541); Green value is 128 (50.39% from 255 or 23.66% from 541); Blue value is 214 (83.98% from 255 or 39.56% from 541); Max value from RGB is 214 - color contains mainly: blue. Hex color #C780D6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C780D6 is #387F29. Grayscale: #9E9E9E. Windows color (decimal): -3702570 or 14057671. OLE color: 14057671.

HSL color Cylindrical-coordinate representation of color #C780D6: hue angle of 289.53º degrees, saturation: 0.51, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C780D6 is Cyan = 0.07, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 199 128 214 -
CMYK 0.07 0.40 0 0.16
HSL 289.53º 0.51% 0.67% -
HSV(B) 289.53º 0.4% 0.84% -
XYZ 43.41 32.44 67.59 -
YUV 159.03 159.02 156.51 -
System Red Green Blue C M Y K H S L
Decimal 199 128 214 0.07 0.40 0 0.16 289.53 0.51 0.67
Hex C7 80 D6 7 28 0 10 122 33 43
Octal 307 200 326 7 50 0 20 442 63 103
Binary 11000111 10000000 11010110 111 101000 0 10000 100100010 110011 1000011

Color Harmonies of #C780D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C780D6

Black with #C780D6

Text Example


Text Example

White with #C780D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C780D6; }

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

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

background-color css

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

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

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

border-color css

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

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

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