Html Css Color HEX #C078CE Orchid

📋 copy color: '#C078CE'

red 192 ◦ green 120 ◦ blue 206

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

Shades of Orchid #C078CE

Tints of Orchid #C078CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 39.77%

R = 37.07%
G = 23.17%
B = 39.77%

CMYK

 C value IS 0.07

 M value IS 0.42

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C078CE (or 0xC078CE) is known color: Orchid. HEX triplet: C0, 78 and CE. RGB value is (192,120,206). Sum of RGB (Red+Green+Blue) = 192+120+206=518 (68% of max value = 765). Red value is 192 (75.39% from 255 or 37.07% from 518); Green value is 120 (47.27% from 255 or 23.17% from 518); Blue value is 206 (80.86% from 255 or 39.77% from 518); Max value from RGB is 206 - color contains mainly: blue. Hex color #C078CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C078CE is #3F8731. Grayscale: #979797. Windows color (decimal): -4163378 or 13531328. OLE color: 13531328.

HSL color Cylindrical-coordinate representation of color #C078CE: hue angle of 290.23º degrees, saturation: 0.47, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C078CE is Cyan = 0.07, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 192 120 206 -
CMYK 0.07 0.42 0 0.19
HSL 290.23º 0.47% 0.64% -
HSV(B) 290.23º 0.42% 0.81% -
XYZ 39.6 29.1 61.92 -
YUV 151.33 158.85 157.01 -
System Red Green Blue C M Y K H S L
Decimal 192 120 206 0.07 0.42 0 0.19 290.23 0.47 0.64
Hex C0 78 CE 7 2A 0 13 122 2F 40
Octal 300 170 316 7 52 0 23 442 57 100
Binary 11000000 1111000 11001110 111 101010 0 10011 100100010 101111 1000000

Color Harmonies of #C078CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C078CE

Black with #C078CE

Text Example


Text Example

White with #C078CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C078CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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