Html Css Color HEX #C079D7 Orchid

📋 copy color: '#C079D7'

red 192 ◦ green 121 ◦ blue 215

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

Shades of Orchid #C079D7

Tints of Orchid #C079D7

RGB

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

 GREEN value IS 121 (47.66% from 255) = 22.92%

 BLUE value IS 215 (84.38% from 255) = 40.72%

R = 36.36%
G = 22.92%
B = 40.72%

CMYK

 C value IS 0.11

 M value IS 0.44

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#C079D7 (or 0xC079D7) is known color: Orchid. HEX triplet: C0, 79 and D7. RGB value is (192,121,215). Sum of RGB (Red+Green+Blue) = 192+121+215=528 (69% of max value = 765). Red value is 192 (75.39% from 255 or 36.36% from 528); Green value is 121 (47.66% from 255 or 22.92% from 528); Blue value is 215 (84.38% from 255 or 40.72% from 528); Max value from RGB is 215 - color contains mainly: blue. Hex color #C079D7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C079D7 is #3F8628. Grayscale: #989898. Windows color (decimal): -4163113 or 14121408. OLE color: 14121408.

HSL color Cylindrical-coordinate representation of color #C079D7: hue angle of 285.32º degrees, saturation: 0.54, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C079D7 is Cyan = 0.11, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 192 121 215 -
CMYK 0.11 0.44 0 0.16
HSL 285.32º 0.54% 0.66% -
HSV(B) 285.32º 0.44% 0.84% -
XYZ 40.84 29.79 67.89 -
YUV 152.95 163.02 155.86 -
System Red Green Blue C M Y K H S L
Decimal 192 121 215 0.11 0.44 0 0.16 285.32 0.54 0.66
Hex C0 79 D7 B 2C 0 10 11D 36 42
Octal 300 171 327 13 54 0 20 435 66 102
Binary 11000000 1111001 11010111 1011 101100 0 10000 100011101 110110 1000010

Color Harmonies of #C079D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C079D7

Black with #C079D7

Text Example


Text Example

White with #C079D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C079D7; }

 p { color: rgb(192,121,215); }

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

background-color css

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

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

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

border-color css

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

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

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