Html Css Color HEX #C278BE Orchid

📋 copy color: '#C278BE'

red 194 ◦ green 120 ◦ blue 190

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

Shades of Orchid #C278BE

Tints of Orchid #C278BE

RGB

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

 GREEN value IS 120 (47.27% from 255) = 23.81%

 BLUE value IS 190 (74.61% from 255) = 37.7%

R = 38.49%
G = 23.81%
B = 37.7%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.02

 K value IS 0.24

RGB Variations

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

Color information

#C278BE (or 0xC278BE) is known color: Orchid. HEX triplet: C2, 78 and BE. RGB value is (194,120,190). Sum of RGB (Red+Green+Blue) = 194+120+190=504 (66% of max value = 765). Red value is 194 (76.17% from 255 or 38.49% from 504); Green value is 120 (47.27% from 255 or 23.81% from 504); Blue value is 190 (74.61% from 255 or 37.70% from 504); Max value from RGB is 194 - color contains mainly: red. Hex color #C278BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C278BE is #3D8741. Grayscale: #959595. Windows color (decimal): -4032322 or 12482754. OLE color: 12482754.

HSL color Cylindrical-coordinate representation of color #C278BE: hue angle of 303.24º degrees, saturation: 0.38, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C278BE is Cyan = 0, Magento = 0.38, Yellow = 0.02 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 120 190 -
CMYK 0 0.38 0.02 0.24
HSL 303.24º 0.38% 0.62% -
HSV(B) 303.24º 0.38% 0.76% -
XYZ 38.26 28.62 52.22 -
YUV 150.11 150.52 159.31 -
System Red Green Blue C M Y K H S L
Decimal 194 120 190 0 0.38 0.02 0.24 303.24 0.38 0.62
Hex C2 78 BE 0 26 2 18 12F 26 3E
Octal 302 170 276 0 46 2 30 457 46 76
Binary 11000010 1111000 10111110 0 100110 10 11000 100101111 100110 111110

Color Harmonies of #C278BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C278BE

Black with #C278BE

Text Example


Text Example

White with #C278BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C278BE; }

 p { color: rgb(194,120,190); }

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

background-color css

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

 a { background-color: rgb(194,120,190); }

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

border-color css

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

 span { border-color: rgb(194,120,190); }

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