Html Css Color HEX #C079CD Orchid

📋 copy color: '#C079CD'

red 192 ◦ green 121 ◦ blue 205

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

Shades of Orchid #C079CD

Tints of Orchid #C079CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 39.58%

R = 37.07%
G = 23.36%
B = 39.58%

CMYK

 C value IS 0.06

 M value IS 0.41

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C079CD (or 0xC079CD) is known color: Orchid. HEX triplet: C0, 79 and CD. RGB value is (192,121,205). Sum of RGB (Red+Green+Blue) = 192+121+205=518 (68% of max value = 765). Red value is 192 (75.39% from 255 or 37.07% from 518); Green value is 121 (47.66% from 255 or 23.36% from 518); Blue value is 205 (80.47% from 255 or 39.58% from 518); Max value from RGB is 205 - color contains mainly: blue. Hex color #C079CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C079CD is #3F8632. Grayscale: #979797. Windows color (decimal): -4163123 or 13466048. OLE color: 13466048.

HSL color Cylindrical-coordinate representation of color #C079CD: hue angle of 290.71º degrees, saturation: 0.46, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C079CD is Cyan = 0.06, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 192 121 205 -
CMYK 0.06 0.41 0 0.20
HSL 290.71º 0.46% 0.64% -
HSV(B) 290.71º 0.41% 0.8% -
XYZ 39.6 29.29 61.32 -
YUV 151.81 158.02 156.67 -
System Red Green Blue C M Y K H S L
Decimal 192 121 205 0.06 0.41 0 0.20 290.71 0.46 0.64
Hex C0 79 CD 6 29 0 14 123 2E 40
Octal 300 171 315 6 51 0 24 443 56 100
Binary 11000000 1111001 11001101 110 101001 0 10100 100100011 101110 1000000

Color Harmonies of #C079CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C079CD

Black with #C079CD

Text Example


Text Example

White with #C079CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C079CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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