Html Css Color HEX #C279CA Orchid

📋 copy color: '#C279CA'

red 194 ◦ green 121 ◦ blue 202

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

Shades of Orchid #C279CA

Tints of Orchid #C279CA

RGB

 RED value IS 194 (76.17% from 255) = 37.52%

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

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

R = 37.52%
G = 23.4%
B = 39.07%

CMYK

 C value IS 0.04

 M value IS 0.40

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#C279CA (or 0xC279CA) is known color: Orchid. HEX triplet: C2, 79 and CA. RGB value is (194,121,202). Sum of RGB (Red+Green+Blue) = 194+121+202=517 (68% of max value = 765). Red value is 194 (76.17% from 255 or 37.52% from 517); Green value is 121 (47.66% from 255 or 23.40% from 517); Blue value is 202 (79.30% from 255 or 39.07% from 517); Max value from RGB is 202 - color contains mainly: blue. Hex color #C279CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C279CA is #3D8635. Grayscale: #979797. Windows color (decimal): -4032054 or 13269442. OLE color: 13269442.

HSL color Cylindrical-coordinate representation of color #C279CA: hue angle of 294.07º 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 #C279CA is Cyan = 0.04, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 194 121 202 -
CMYK 0.04 0.40 0 0.21
HSL 294.07º 0.43% 0.63% -
HSV(B) 294.07º 0.4% 0.79% -
XYZ 39.75 29.41 59.46 -
YUV 152.06 156.18 157.91 -
System Red Green Blue C M Y K H S L
Decimal 194 121 202 0.04 0.40 0 0.21 294.07 0.43 0.63
Hex C2 79 CA 4 28 0 15 126 2B 3F
Octal 302 171 312 4 50 0 25 446 53 77
Binary 11000010 1111001 11001010 100 101000 0 10101 100100110 101011 111111

Color Harmonies of #C279CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C279CA

Black with #C279CA

Text Example


Text Example

White with #C279CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C279CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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