Html Css Color HEX #C078BF Orchid

📋 copy color: '#C078BF'

red 192 ◦ green 120 ◦ blue 191

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

Shades of Orchid #C078BF

Tints of Orchid #C078BF

RGB

 RED value IS 192 (75.39% from 255) = 38.17%

 GREEN value IS 120 (47.27% from 255) = 23.86%

 BLUE value IS 191 (75% from 255) = 37.97%

R = 38.17%
G = 23.86%
B = 37.97%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.01

 K value IS 0.25

RGB Variations

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

Color information

#C078BF (or 0xC078BF) is known color: Orchid. HEX triplet: C0, 78 and BF. RGB value is (192,120,191). Sum of RGB (Red+Green+Blue) = 192+120+191=503 (66% of max value = 765). Red value is 192 (75.39% from 255 or 38.17% from 503); Green value is 120 (47.27% from 255 or 23.86% from 503); Blue value is 191 (75% from 255 or 37.97% from 503); Max value from RGB is 192 - color contains mainly: red. Hex color #C078BF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C078BF is #3F8740. Grayscale: #959595. Windows color (decimal): -4163393 or 12548288. OLE color: 12548288.

HSL color Cylindrical-coordinate representation of color #C078BF: hue angle of 300.83º degrees, saturation: 0.36, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C078BF is Cyan = 0, Magento = 0.38, Yellow = 0.01 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 120 191 -
CMYK 0 0.38 0.01 0.25
HSL 300.83º 0.36% 0.61% -
HSV(B) 300.83º 0.38% 0.75% -
XYZ 37.86 28.4 52.78 -
YUV 149.62 151.35 158.23 -
System Red Green Blue C M Y K H S L
Decimal 192 120 191 0 0.38 0.01 0.25 300.83 0.36 0.61
Hex C0 78 BF 0 26 1 19 12D 24 3D
Octal 300 170 277 0 46 1 31 455 44 75
Binary 11000000 1111000 10111111 0 100110 1 11001 100101101 100100 111101

Color Harmonies of #C078BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C078BF

Black with #C078BF

Text Example


Text Example

White with #C078BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C078BF; }

 p { color: rgb(192,120,191); }

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

background-color css

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

 a { background-color: rgb(192,120,191); }

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

border-color css

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

 span { border-color: rgb(192,120,191); }

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