Html Css Color HEX #C280CA Orchid

📋 copy color: '#C280CA'

red 194 ◦ green 128 ◦ blue 202

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

Shades of Orchid #C280CA

Tints of Orchid #C280CA

RGB

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

 GREEN value IS 128 (50.39% from 255) = 24.43%

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

R = 37.02%
G = 24.43%
B = 38.55%

CMYK

 C value IS 0.04

 M value IS 0.37

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#C280CA (or 0xC280CA) is known color: Orchid. HEX triplet: C2, 80 and CA. RGB value is (194,128,202). Sum of RGB (Red+Green+Blue) = 194+128+202=524 (69% of max value = 765). Red value is 194 (76.17% from 255 or 37.02% from 524); Green value is 128 (50.39% from 255 or 24.43% from 524); Blue value is 202 (79.30% from 255 or 38.55% from 524); Max value from RGB is 202 - color contains mainly: blue. Hex color #C280CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C280CA is #3D7F35. Grayscale: #9B9B9B. Windows color (decimal): -4030262 or 13271234. OLE color: 13271234.

HSL color Cylindrical-coordinate representation of color #C280CA: hue angle of 293.51º degrees, saturation: 0.41, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C280CA is Cyan = 0.04, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 194 128 202 -
CMYK 0.04 0.37 0 0.21
HSL 293.51º 0.41% 0.65% -
HSV(B) 293.51º 0.37% 0.79% -
XYZ 40.63 31.17 59.75 -
YUV 156.17 153.87 154.98 -
System Red Green Blue C M Y K H S L
Decimal 194 128 202 0.04 0.37 0 0.21 293.51 0.41 0.65
Hex C2 80 CA 4 25 0 15 126 29 41
Octal 302 200 312 4 45 0 25 446 51 101
Binary 11000010 10000000 11001010 100 100101 0 10101 100100110 101001 1000001

Color Harmonies of #C280CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C280CA

Black with #C280CA

Text Example


Text Example

White with #C280CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C280CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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