Html Css Color HEX #C780C7 Orchid

📋 copy color: '#C780C7'

red 199 ◦ green 128 ◦ blue 199

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

Shades of Orchid #C780C7

Tints of Orchid #C780C7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 37.83%

R = 37.83%
G = 24.33%
B = 37.83%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#C780C7 (or 0xC780C7) is known color: Orchid. HEX triplet: C7, 80 and C7. RGB value is (199,128,199). Sum of RGB (Red+Green+Blue) = 199+128+199=526 (69% of max value = 765). Red value is 199 (78.12% from 255 or 37.83% from 526); Green value is 128 (50.39% from 255 or 24.33% from 526); Blue value is 199 (78.12% from 255 or 37.83% from 526); Max value from RGB is 199 - color contains mainly: red, blue. Hex color #C780C7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C780C7 is #387F38. Grayscale: #9D9D9D. Windows color (decimal): -3702585 or 13074631. OLE color: 13074631.

HSL color Cylindrical-coordinate representation of color #C780C7: hue angle of 300º degrees, saturation: 0.39, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C780C7 is Cyan = 0, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 128 199 -
CMYK 0 0.36 0 0.22
HSL 300º 0.39% 0.64% -
HSV(B) 300º 0.36% 0.78% -
XYZ 41.58 31.7 57.96 -
YUV 157.32 151.52 157.73 -
System Red Green Blue C M Y K H S L
Decimal 199 128 199 0 0.36 0 0.22 300 0.39 0.64
Hex C7 80 C7 0 24 0 16 12C 27 40
Octal 307 200 307 0 44 0 26 454 47 100
Binary 11000111 10000000 11000111 0 100100 0 10110 100101100 100111 1000000

Color Harmonies of #C780C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C780C7

Black with #C780C7

Text Example


Text Example

White with #C780C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C780C7; }

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

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

background-color css

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

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

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

border-color css

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

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

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