Html Css Color HEX #C280CB Orchid

📋 copy color: '#C280CB'

red 194 ◦ green 128 ◦ blue 203

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

Shades of Orchid #C280CB

Tints of Orchid #C280CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 38.67%

R = 36.95%
G = 24.38%
B = 38.67%

CMYK

 C value IS 0.04

 M value IS 0.37

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C280CB (or 0xC280CB) is known color: Orchid. HEX triplet: C2, 80 and CB. RGB value is (194,128,203). Sum of RGB (Red+Green+Blue) = 194+128+203=525 (69% of max value = 765). Red value is 194 (76.17% from 255 or 36.95% from 525); Green value is 128 (50.39% from 255 or 24.38% from 525); Blue value is 203 (79.69% from 255 or 38.67% from 525); Max value from RGB is 203 - color contains mainly: blue. Hex color #C280CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C280CB is #3D7F34. Grayscale: #9C9C9C. Windows color (decimal): -4030261 or 13336770. OLE color: 13336770.

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

Color convert

RGB 194 128 203 -
CMYK 0.04 0.37 0 0.20
HSL 292.8º 0.42% 0.65% -
HSV(B) 292.8º 0.37% 0.8% -
XYZ 40.75 31.22 60.38 -
YUV 156.28 154.37 154.9 -
System Red Green Blue C M Y K H S L
Decimal 194 128 203 0.04 0.37 0 0.20 292.8 0.42 0.65
Hex C2 80 CB 4 25 0 14 125 2A 41
Octal 302 200 313 4 45 0 24 445 52 101
Binary 11000010 10000000 11001011 100 100101 0 10100 100100101 101010 1000001

Color Harmonies of #C280CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C280CB

Black with #C280CB

Text Example


Text Example

White with #C280CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C280CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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