Html Css Color HEX #C280CE Orchid

📋 copy color: '#C280CE'

red 194 ◦ green 128 ◦ blue 206

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

Shades of Orchid #C280CE

Tints of Orchid #C280CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 39.02%

R = 36.74%
G = 24.24%
B = 39.02%

CMYK

 C value IS 0.06

 M value IS 0.38

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C280CE (or 0xC280CE) is known color: Orchid. HEX triplet: C2, 80 and CE. RGB value is (194,128,206). Sum of RGB (Red+Green+Blue) = 194+128+206=528 (69% of max value = 765). Red value is 194 (76.17% from 255 or 36.74% from 528); Green value is 128 (50.39% from 255 or 24.24% from 528); Blue value is 206 (80.86% from 255 or 39.02% from 528); Max value from RGB is 206 - color contains mainly: blue. Hex color #C280CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C280CE is #3D7F31. Grayscale: #9C9C9C. Windows color (decimal): -4030258 or 13533378. OLE color: 13533378.

HSL color Cylindrical-coordinate representation of color #C280CE: hue angle of 290.77º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C280CE is Cyan = 0.06, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 194 128 206 -
CMYK 0.06 0.38 0 0.19
HSL 290.77º 0.44% 0.65% -
HSV(B) 290.77º 0.38% 0.81% -
XYZ 41.11 31.36 62.28 -
YUV 156.63 155.87 154.66 -
System Red Green Blue C M Y K H S L
Decimal 194 128 206 0.06 0.38 0 0.19 290.77 0.44 0.65
Hex C2 80 CE 6 26 0 13 123 2C 41
Octal 302 200 316 6 46 0 23 443 54 101
Binary 11000010 10000000 11001110 110 100110 0 10011 100100011 101100 1000001

Color Harmonies of #C280CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C280CE

Black with #C280CE

Text Example


Text Example

White with #C280CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C280CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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