Html Css Color HEX #C078C0 Orchid

📋 copy color: '#C078C0'

red 192 ◦ green 120 ◦ blue 192

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

Shades of Orchid #C078C0

Tints of Orchid #C078C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 38.1%

R = 38.1%
G = 23.81%
B = 38.1%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#C078C0 (or 0xC078C0) is known color: Orchid. HEX triplet: C0, 78 and C0. RGB value is (192,120,192). Sum of RGB (Red+Green+Blue) = 192+120+192=504 (66% of max value = 765). Red value is 192 (75.39% from 255 or 38.10% from 504); Green value is 120 (47.27% from 255 or 23.81% from 504); Blue value is 192 (75.39% from 255 or 38.10% from 504); Max value from RGB is 192 - color contains mainly: red, blue. Hex color #C078C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C078C0 is #3F873F. Grayscale: #959595. Windows color (decimal): -4163392 or 12613824. OLE color: 12613824.

HSL color Cylindrical-coordinate representation of color #C078C0: hue angle of 300º 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 #C078C0 is Cyan = 0, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 120 192 -
CMYK 0 0.38 0 0.25
HSL 300º 0.36% 0.61% -
HSV(B) 300º 0.38% 0.75% -
XYZ 37.97 28.45 53.36 -
YUV 149.74 151.85 158.15 -
System Red Green Blue C M Y K H S L
Decimal 192 120 192 0 0.38 0 0.25 300 0.36 0.61
Hex C0 78 C0 0 26 0 19 12C 24 3D
Octal 300 170 300 0 46 0 31 454 44 75
Binary 11000000 1111000 11000000 0 100110 0 11001 100101100 100100 111101

Color Harmonies of #C078C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C078C0

Black with #C078C0

Text Example


Text Example

White with #C078C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C078C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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