Html Css Color HEX #C078C6 Orchid

📋 copy color: '#C078C6'

red 192 ◦ green 120 ◦ blue 198

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

Shades of Orchid #C078C6

Tints of Orchid #C078C6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 38.82%

R = 37.65%
G = 23.53%
B = 38.82%

CMYK

 C value IS 0.03

 M value IS 0.39

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#C078C6 (or 0xC078C6) is known color: Orchid. HEX triplet: C0, 78 and C6. RGB value is (192,120,198). Sum of RGB (Red+Green+Blue) = 192+120+198=510 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.65% from 510); Green value is 120 (47.27% from 255 or 23.53% from 510); Blue value is 198 (77.73% from 255 or 38.82% from 510); Max value from RGB is 198 - color contains mainly: blue. Hex color #C078C6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C078C6 is #3F8739. Grayscale: #969696. Windows color (decimal): -4163386 or 13007040. OLE color: 13007040.

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

Color convert

RGB 192 120 198 -
CMYK 0.03 0.39 0 0.22
HSL 295.38º 0.41% 0.62% -
HSV(B) 295.38º 0.39% 0.78% -
XYZ 38.65 28.72 56.93 -
YUV 150.42 154.85 157.66 -
System Red Green Blue C M Y K H S L
Decimal 192 120 198 0.03 0.39 0 0.22 295.38 0.41 0.62
Hex C0 78 C6 3 27 0 16 127 29 3E
Octal 300 170 306 3 47 0 26 447 51 76
Binary 11000000 1111000 11000110 11 100111 0 10110 100100111 101001 111110

Color Harmonies of #C078C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C078C6

Black with #C078C6

Text Example


Text Example

White with #C078C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C078C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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