Html Css Color HEX #C780CC Orchid

📋 copy color: '#C780CC'

red 199 ◦ green 128 ◦ blue 204

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

Shades of Orchid #C780CC

Tints of Orchid #C780CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 38.42%

R = 37.48%
G = 24.11%
B = 38.42%

CMYK

 C value IS 0.02

 M value IS 0.37

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#C780CC (or 0xC780CC) is known color: Orchid. HEX triplet: C7, 80 and CC. RGB value is (199,128,204). Sum of RGB (Red+Green+Blue) = 199+128+204=531 (70% of max value = 765). Red value is 199 (78.12% from 255 or 37.48% from 531); Green value is 128 (50.39% from 255 or 24.11% from 531); Blue value is 204 (80.08% from 255 or 38.42% from 531); Max value from RGB is 204 - color contains mainly: blue. Hex color #C780CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C780CC is #387F33. Grayscale: #9D9D9D. Windows color (decimal): -3702580 or 13402311. OLE color: 13402311.

HSL color Cylindrical-coordinate representation of color #C780CC: hue angle of 296.05º degrees, saturation: 0.43, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C780CC is Cyan = 0.02, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 199 128 204 -
CMYK 0.02 0.37 0 0.2
HSL 296.05º 0.43% 0.65% -
HSV(B) 296.05º 0.37% 0.8% -
XYZ 42.17 31.94 61.07 -
YUV 157.89 154.02 157.32 -
System Red Green Blue C M Y K H S L
Decimal 199 128 204 0.02 0.37 0 0.2 296.05 0.43 0.65
Hex C7 80 CC 2 25 0 14 128 2B 41
Octal 307 200 314 2 45 0 24 450 53 101
Binary 11000111 10000000 11001100 10 100101 0 10100 100101000 101011 1000001

Color Harmonies of #C780CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C780CC

Black with #C780CC

Text Example


Text Example

White with #C780CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C780CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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