Html Css Color HEX #C079CA Orchid

📋 copy color: '#C079CA'

red 192 ◦ green 121 ◦ blue 202

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

Shades of Orchid #C079CA

Tints of Orchid #C079CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 39.22%

R = 37.28%
G = 23.5%
B = 39.22%

CMYK

 C value IS 0.05

 M value IS 0.40

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#C079CA (or 0xC079CA) is known color: Orchid. HEX triplet: C0, 79 and CA. RGB value is (192,121,202). Sum of RGB (Red+Green+Blue) = 192+121+202=515 (68% of max value = 765). Red value is 192 (75.39% from 255 or 37.28% from 515); Green value is 121 (47.66% from 255 or 23.50% from 515); Blue value is 202 (79.30% from 255 or 39.22% from 515); Max value from RGB is 202 - color contains mainly: blue. Hex color #C079CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C079CA is #3F8635. Grayscale: #979797. Windows color (decimal): -4163126 or 13269440. OLE color: 13269440.

HSL color Cylindrical-coordinate representation of color #C079CA: hue angle of 292.59º degrees, saturation: 0.43, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C079CA is Cyan = 0.05, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 192 121 202 -
CMYK 0.05 0.40 0 0.21
HSL 292.59º 0.43% 0.63% -
HSV(B) 292.59º 0.4% 0.79% -
XYZ 39.24 29.15 59.43 -
YUV 151.46 156.52 156.91 -
System Red Green Blue C M Y K H S L
Decimal 192 121 202 0.05 0.40 0 0.21 292.59 0.43 0.63
Hex C0 79 CA 5 28 0 15 125 2B 3F
Octal 300 171 312 5 50 0 25 445 53 77
Binary 11000000 1111001 11001010 101 101000 0 10101 100100101 101011 111111

Color Harmonies of #C079CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C079CA

Black with #C079CA

Text Example


Text Example

White with #C079CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C079CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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